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)
624if (!_compileAll) 651if (!_compileAll) 667if (!_compileAll) 1471return _compileAll;