1 write to chameleonLocation
System.Xml (1)
System\Xml\Schema\Chameleonkey.cs (1)
34
chameleonLocation
= originalSchema.BaseUri;
7 references to chameleonLocation
System.Xml (7)
System\Xml\Schema\Chameleonkey.cs (6)
35
if (
chameleonLocation
.OriginalString.Length == 0) {
45
hashCode = targetNS.GetHashCode() +
chameleonLocation
.GetHashCode() +
61
Debug.Assert((
chameleonLocation
.OriginalString.Length == 0 && originalSchema != null)
62
|| (
chameleonLocation
.OriginalString.Length != 0 && originalSchema == null));
63
return this.targetNS.Equals(cKey.targetNS) && this.
chameleonLocation
.Equals(cKey.
chameleonLocation
) &&
System\Xml\Schema\XmlSchemaSet.cs (1)
1255
if (cKey.
chameleonLocation
.Equals(reprocessList[i].BaseUri)) {