Searched refs:ClrType (Results 1 – 6 of 6) sorted by relevance
49 public Type ClrType { get; private set; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo89 ClrType = clrType; in GeneratedClrTypeInfo()
108 var caseProperty = containingType.ClrType.GetProperty(clrName + "Case"); in CreateAccessor()113 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
72 ClrType = generatedCodeInfo?.ClrType; in MessageDescriptor()139 public Type ClrType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
78 public Type ClrType { get { return clrType; } } property in Google.Protobuf.Reflection.EnumDescriptor
333 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
66 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in FileDescriptor()234 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()