1 write to attributeOverrides
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
80
this.
attributeOverrides
= attributeOverrides;
2 references to attributeOverrides
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
220
XmlAttributes attrs =
attributeOverrides
[type];
229
XmlAttributes attrs =
attributeOverrides
[memberInfo.DeclaringType, memberInfo.Name];