3 writes to _type
System.Private.Xml (3)
System\Xml\Serialization\Types.cs (3)
128
_type
= type;
134
_type
= type;
366
_nullableTypeDesc.
_type
= type;
3 references to _type
System.Private.Xml (3)
System\Xml\Serialization\Types.cs (3)
168
_cSharpName ??=
_type
== null ? CodeIdentifier.GetCSharpName(_fullName) : CodeIdentifier.GetCSharpName(
_type
);
177
get { return
_type
; }