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)
179
SoapAttributes attrs =
_attributeOverrides
[type];
186
SoapAttributes attrs =
_attributeOverrides
[memberInfo.DeclaringType, memberInfo.Name];