4 writes to _cachedCompiledInfo
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
117
_cachedCompiledInfo
= new SchemaInfo();
489
_cachedCompiledInfo
= new SchemaInfo();
546
_cachedCompiledInfo
= newCompiledInfo; //Replace the compiled info in the set after successful compilation
1158
_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)
543
newCompiledInfo.Add(
_cachedCompiledInfo
, _eventHandler); //Add all the items from the old to the new compiled object
1156
newCompiledInfo.Add(
_cachedCompiledInfo
, _eventHandler); //Add all the items from the old to the new compiled object
1204
return
_cachedCompiledInfo
;