4 writes to _ns
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XmlQualifiedName.cs (4)
55_ns = ns == null ? string.Empty : ns; 177_ns = ns; 184_ns = ns; //Not changing hash since ns is not used to compute hashcode 200_ns = nameTable.Add(_ns);
4 references to _ns
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XmlQualifiedName.cs (4)
65get { return _ns; } 190if (_ns.Length != 0) 192XmlConvert.ToUri(_ns); 200_ns = nameTable.Add(_ns);