1 write to type
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
688
this.
type
= type;
4 references to type
System.Xml (4)
System\Xml\Serialization\Compilation.cs (4)
695
return (key.
type
== this.
type
&& key.ns == this.ns);
699
return ((ns != null ? ns.GetHashCode() : 0) ^ (
type
!= null ?
type
.GetHashCode() : 0));