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