1 write to assemblyName
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
494
this.
assemblyName
= assemblyName;
4 references to assemblyName
System.Runtime.Serialization (4)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (4)
507
if (this.
assemblyName
!= other.
assemblyName
)
519
if (this.
assemblyName
!= null)
520
hashCode = this.
assemblyName
.GetHashCode();