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