2 writes to _xsdAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1602
_xsdAttributes
= new NameTable();
1782
_xsdAttributes
= new NameTable();
4 references to _xsdAttributes
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
1601
if (
_xsdAttributes
== null)
1603
attribute = (AttributeAccessor)ReconcileAccessor(attribute,
_xsdAttributes
);
1781
if (
_xsdAttributes
== null)
1783
attribute = (AttributeAccessor)ReconcileAccessor(attribute,
_xsdAttributes
);