3 writes to _ns
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
116
_ns
= null;
909
_ns
= _node.Namespace.Uri.GetString(NameTable);
914
_ns
= xmlnsNamespace;
2 references to _ns
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
904
if (
_ns
== null)
917
return
_ns
;