1 write to chameleonLocation
System.Private.Xml (1)
System\Xml\Schema\Chameleonkey.cs (1)
33
chameleonLocation
= originalSchema.BaseUri!;
7 references to chameleonLocation
System.Private.Xml (7)
System\Xml\Schema\Chameleonkey.cs (6)
34
if (
chameleonLocation
.OriginalString.Length == 0)
47
_hashCode = unchecked(targetNS.GetHashCode() +
chameleonLocation
.GetHashCode() +
66
Debug.Assert((
chameleonLocation
.OriginalString.Length == 0 && originalSchema != null)
67
|| (
chameleonLocation
.OriginalString.Length != 0 && originalSchema == null));
68
return this.targetNS.Equals(cKey.targetNS) && this.
chameleonLocation
.Equals(cKey.
chameleonLocation
) &&
System\Xml\Schema\XmlSchemaSet.cs (1)
1325
if (cKey!.
chameleonLocation
.Equals(reprocessList[i].BaseUri))