2 writes to typeDesc
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
601this.typeDesc = mapping.typeDesc; 625set { typeDesc = value; }
2 references to typeDesc
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
601this.typeDesc = mapping.typeDesc; 624get { return typeDesc; }