2 instantiations of SchemaObjectCache
System.Xml (2)
System\Xml\Serialization\ImportContext.cs (1)
37cache = new SchemaObjectCache();
System\Xml\Serialization\XmlSchemas.cs (1)
77cache = new SchemaObjectCache();
5 references to SchemaObjectCache
System.Xml (5)
System\Xml\Serialization\ImportContext.cs (2)
19SchemaObjectCache cache; // cached schema top-level items 34internal SchemaObjectCache Cache {
System\Xml\Serialization\XmlSchemas.cs (3)
33SchemaObjectCache cache; // cached schema top-level items 74internal SchemaObjectCache Cache { 720internal void SetCache(SchemaObjectCache cache, bool shareTypes) {