1 write to _type
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
672
_type
= type;
4 references to _type
System.Private.Xml (4)
System\Xml\Serialization\Compilation.cs (4)
681
return (key.
_type
==
_type
&& key._ns == _ns);
686
return ((_ns != null ? _ns.GetHashCode() : 0) ^ (
_type
!= null ?
_type
.GetHashCode() : 0));