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
);
176
get { return
_type
; }