1 write to _importedNamespaces
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
694
_importedNamespaces
= new ArrayList();
2 references to _importedNamespaces
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
692
if (
_importedNamespaces
== null)
696
return
_importedNamespaces
;