2 writes to _isCompiled
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
215
_isCompiled
= compiler.Execute(this, schemaInfo, CompileContentModel);
500
_isCompiled
= isCompiled;
3 references to _isCompiled
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
216
this.SetIsCompiled(
_isCompiled
);
217
return
_isCompiled
;
299
return
_isCompiled
|| _isCompiledBySet;