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