7 writes to isCompiled
System.Xml (7)
System\Xml\Schema\XmlSchemaSet.cs (7)
522isCompiled = true; 551isCompiled = false; 566isCompiled = compiler.Execute(this, newCompiledInfo); 629isCompiled = false; 733isCompiled = false; 1027isCompiled = false; 1121isCompiled = true;
5 references to isCompiled
System.Xml (5)
System\Xml\Schema\XmlSchemaSet.cs (5)
160return isCompiled; 516if (isCompiled) { 528if (!isCompiled) { //Locking before checking isCompiled to avoid problems with double locking 567if (isCompiled) { 587currentSchema.IsCompiledBySet = isCompiled;