6 writes to _compileAll
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (6)
125
_compileAll
= true;
614
_compileAll
= false;
671
_compileAll
= false;
739
_compileAll
= true; //Force compilation of the whole set; This is when the set is not completely thread-safe
1209
_compileAll
= true; //Force compilation of the whole set; This is when the set is not completely thread-safe
1320
_compileAll
= false;
4 references to _compileAll
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
624
if (!
_compileAll
)
651
if (!
_compileAll
)
667
if (!
_compileAll
)
1471
return
_compileAll
;