2 writes to cache
System.Xml (2)
System\Xml\Serialization\XmlSchemas.cs (2)
77
cache
= new SchemaObjectCache();
722
this.
cache
= cache;
2 references to cache
System.Xml (2)
System\Xml\Serialization\XmlSchemas.cs (2)
76
if (
cache
== null)
78
return
cache
;