3 writes to _type
System.Private.Xml (3)
System\Xml\Serialization\Types.cs (3)
127_type = type; 133_type = type; 365_nullableTypeDesc._type = type;
3 references to _type
System.Private.Xml (3)
System\Xml\Serialization\Types.cs (3)
167_cSharpName ??= _type == null ? CodeIdentifier.GetCSharpName(_fullName) : CodeIdentifier.GetCSharpName(_type); 176get { return _type; }