1 write to targetNS
System.Private.Xml (1)
System\Xml\Schema\Chameleonkey.cs (1)
32
targetNS
= ns;
3 references to targetNS
System.Private.Xml (3)
System\Xml\Schema\Chameleonkey.cs (3)
47
_hashCode = unchecked(
targetNS
.GetHashCode() + chameleonLocation.GetHashCode() +
68
return this.
targetNS
.Equals(cKey.
targetNS
) && this.chameleonLocation.Equals(cKey.chameleonLocation) &&