Searched refs:clrType (Results 1 – 3 of 3) sorted by relevance
46 private readonly Type clrType; field in Google.Protobuf.Reflection.EnumDescriptor48 …(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, Type clrType) in EnumDescriptor() argument52 this.clrType = clrType; in EnumDescriptor()78 public Type ClrType { get { return clrType; } }
60 var clrType = property.PropertyType; in SingleFieldAccessor()65 : clrType == typeof(string) ? "" in SingleFieldAccessor()66 : clrType == typeof(ByteString) ? ByteString.Empty in SingleFieldAccessor()67 : Activator.CreateInstance(clrType); in SingleFieldAccessor()
85 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument89 ClrType = clrType; in GeneratedClrTypeInfo()