1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1987_ns = reader.NamespaceURI;
2 references to _ns
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1997get { return _ns; } 2022return reader.IsStartElement(_name, _ns) &&