1 write to attributeOverrides
System.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
62this.attributeOverrides = attributeOverrides;
2 references to attributeOverrides
System.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
168SoapAttributes attrs = attributeOverrides[type]; 174SoapAttributes attrs = attributeOverrides[memberInfo.DeclaringType, memberInfo.Name];