4 writes to cachedCompiledInfo
System.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
123
cachedCompiledInfo
= new SchemaInfo();
521
cachedCompiledInfo
= new SchemaInfo();
572
cachedCompiledInfo
= newCompiledInfo; //Replace the compiled info in the set after successful compilation
1119
cachedCompiledInfo
= newCompiledInfo; //Replace the compiled info in the set after successful compilation
3 references to cachedCompiledInfo
System.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (3)
569
newCompiledInfo.Add(
cachedCompiledInfo
, eventHandler); //Add all the items from the old to the new compiled object
1117
newCompiledInfo.Add(
cachedCompiledInfo
, eventHandler); //Add all the items from the old to the new compiled object
1151
return
cachedCompiledInfo
;