1 write to _attributeOverrides
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
84
_attributeOverrides
= attributeOverrides;
2 references to _attributeOverrides
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
242
XmlAttributes attrs =
_attributeOverrides
[type];
253
XmlAttributes attrs =
_attributeOverrides
[memberInfo.DeclaringType, memberInfo.Name];