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)
242XmlAttributes attrs = _attributeOverrides[type]; 253XmlAttributes attrs = _attributeOverrides[memberInfo.DeclaringType, memberInfo.Name];