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