6 writes to compileAll
System.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
124compileAll = true; 523compileAll = false; 571compileAll = false; 630compileAll = true; //Force compilation of the whole set; This is when the set is not completely thread-safe 1028compileAll = true; //Force compilation of the whole set; This is when the set is not completely thread-safe 1122compileAll = false;
4 references to compileAll
System.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
532if (!compileAll) { //if we are not compiling everything again, Move the pre-compiled schemas to the compiler's tables 555if (!compileAll) { 568if (!compileAll) { 1238return compileAll;