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