1 write to typeName
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
495
this.
typeName
= typeName;
4 references to typeName
System.Runtime.Serialization (4)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (4)
510
if (this.
typeName
!= other.
typeName
)
522
if (this.
typeName
!= null)
523
hashCode ^= this.
typeName
.GetHashCode();