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)
65
get { return
_ns
; }
190
if (
_ns
.Length != 0)
192
XmlConvert.ToUri(
_ns
);
200
_ns = nameTable.Add(
_ns
);