1 write to _chameleonSchemas
System.Private.Xml (1)
System\Xml\Schema\Preprocessor.cs (1)
228
_chameleonSchemas
= value;
2 references to _chameleonSchemas
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
2140
XmlSchema? chameleonSchema = (XmlSchema?)
_chameleonSchemas
![cKey]; // Need not clone if a schema for that namespace already exists
2146
_chameleonSchemas
.Add(cKey, chameleonSchema);