4 writes to _cachedCompiledInfo
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
124_cachedCompiledInfo = new SchemaInfo(); 612_cachedCompiledInfo = new SchemaInfo(); 672_cachedCompiledInfo = newCompiledInfo; //Replace the compiled info in the set after successful compilation 1316_cachedCompiledInfo = newCompiledInfo; //Replace the compiled info in the set after successful compilation
3 references to _cachedCompiledInfo
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
669newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1314newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1359return _cachedCompiledInfo;