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