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)
543newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1156newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1204return _cachedCompiledInfo;