1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (1)
273
_ns
= ns;
4 references to _ns
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (4)
280
return (key._type == _type && key.
_ns
==
_ns
);
285
return ((
_ns
!= null ?
_ns
.GetHashCode() : 0) ^ (_type != null ? _type.GetHashCode() : 0));