1 write to _chameleonSchemas
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
104
_chameleonSchemas
= new Hashtable();
4 references to _chameleonSchemas
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
1035
schema = (XmlSchema)
_chameleonSchemas
[cKey]; //Need not clone if a schema for that namespace already exists
1234
prep.ChameleonSchemas =
_chameleonSchemas
;
1488
ICollection chameleonKeys =
_chameleonSchemas
.Keys;
1506
_chameleonSchemas
.Remove(removalList[j]);