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)
2140XmlSchema? chameleonSchema = (XmlSchema?)_chameleonSchemas![cKey]; // Need not clone if a schema for that namespace already exists 2146_chameleonSchemas.Add(cKey, chameleonSchema);