Searched refs:ClrType (Results 1 – 8 of 8) sorted by relevance
74 ClrType = generatedCodeInfo?.ClrType; in MessageDescriptor()162 extensionSetIsInitialized = ReflectionUtil.CreateIsInitializedCaller(ClrType); in IsExtensionsInitialized()185 public Type ClrType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
50 public Type ClrType { get; private set; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo95 ClrType = clrType; in GeneratedClrTypeInfo()
177 var caseProperty = containingType.ClrType.GetProperty(clrName + "Case"); in CreateAccessor()186 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
90 public Type ClrType { get { return clrType; } } property in Google.Protobuf.Reflection.EnumDescriptor
444 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
66 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in FileDescriptor()234 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()
163 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in MessageDescriptorFromGeneratedCodeFileDescriptor()351 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()
67 …lValueDescriptor = StructReflection.Descriptor.EnumTypes.Single(ed => ed.ClrType == typeof(NullVal…