Searched refs:ClrType (Results 1 – 7 of 7) sorted by relevance
50 public Type ClrType { get; private set; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo95 ClrType = clrType; in GeneratedClrTypeInfo()
151 var caseProperty = containingType.ClrType.GetProperty(clrName + "Case"); in CreateAccessor()156 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
72 ClrType = generatedCodeInfo?.ClrType; in MessageDescriptor()154 public Type ClrType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
90 public Type ClrType { get { return clrType; } } property in Google.Protobuf.Reflection.EnumDescriptor
393 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
66 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in FileDescriptor()234 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()
162 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in MessageDescriptorFromGeneratedCodeFileDescriptor()344 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()