1 write to chameleonLocation
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ChameleonKey.cs (1)
37chameleonLocation = originalSchema.BaseUri;
7 references to chameleonLocation
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\ChameleonKey.cs (6)
38if (chameleonLocation.OriginalString.Length == 0) 51_hashCode = targetNS.GetHashCode() + chameleonLocation.GetHashCode() + 70Debug.Assert((chameleonLocation.OriginalString.Length == 0 && originalSchema != null) 71|| (chameleonLocation.OriginalString.Length != 0 && originalSchema == null)); 72return this.targetNS.Equals(cKey.targetNS) && this.chameleonLocation.Equals(cKey.chameleonLocation) &&
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1492if (cKey.chameleonLocation.Equals(reprocessList[i].BaseUri))