2 instantiations of SchemaObjectCache
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
39_cache = new SchemaObjectCache();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
83_cache = new SchemaObjectCache();
5 references to SchemaObjectCache
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
18private SchemaObjectCache _cache; // cached schema top-level items 34internal SchemaObjectCache Cache
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
33private SchemaObjectCache _cache; // cached schema top-level items 78internal SchemaObjectCache Cache 870internal void SetCache(SchemaObjectCache cache, bool shareTypes)