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