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