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