4 writes to _cachedCompiledInfo
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
105
_cachedCompiledInfo
= new SchemaInfo();
477
_cachedCompiledInfo
= new SchemaInfo();
534
_cachedCompiledInfo
= newCompiledInfo; //Replace the compiled info in the set after successful compilation
1146
_cachedCompiledInfo
= newCompiledInfo; //Replace the compiled info in the set after successful compilation
3 references to _cachedCompiledInfo
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (3)
531
newCompiledInfo.Add(
_cachedCompiledInfo
, _eventHandler); //Add all the items from the old to the new compiled object
1144
newCompiledInfo.Add(
_cachedCompiledInfo
, _eventHandler); //Add all the items from the old to the new compiled object
1192
return
_cachedCompiledInfo
;