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