3 writes to IsCompiledBySet
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (2)
149listSchema.IsCompiledBySet = false; 171schema.IsCompiledBySet = false;
System\Xml\Schema\XmlSchemaSet.cs (1)
587currentSchema.IsCompiledBySet = isCompiled;
2 references to IsCompiledBySet
System.Xml (2)
System\Xml\Schema\SchemaSetCompiler.cs (1)
145if (currentSchema.IsCompiledBySet) { //Import already compiled schemas
System\Xml\Schema\XmlSchemaSet.cs (1)
554if (currentSchema.IsCompiledBySet) {