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