2 writes to isCompiled
System.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
244isCompiled = compiler.Execute(this, schemaInfo, CompileContentModel); 591this.isCompiled = isCompiled;
3 references to isCompiled
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
245this.SetIsCompiled(isCompiled); 247return isCompiled; 354return isCompiled || isCompiledBySet ;