2 writes to _cache
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemas.cs (2)
56
internal SchemaObjectCache Cache =>
_cache
??= new SchemaObjectCache();
749
_cache
= cache;