1 write to _attributeOverrides
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
62_attributeOverrides = attributeOverrides;
2 references to _attributeOverrides
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (2)
179SoapAttributes attrs = _attributeOverrides[type]; 186SoapAttributes attrs = _attributeOverrides[memberInfo.DeclaringType, memberInfo.Name];