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)
18
private
SchemaObjectCache
_cache; // cached schema top-level items
34
internal
SchemaObjectCache
Cache
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
33
private
SchemaObjectCache
_cache; // cached schema top-level items
78
internal
SchemaObjectCache
Cache
870
internal void SetCache(
SchemaObjectCache
cache, bool shareTypes)