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