2 writes to _isCompiled
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
223
_isCompiled
= compiler.Execute(this, schemaInfo, CompileContentModel);
508
_isCompiled
= isCompiled;
3 references to _isCompiled
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
224
this.SetIsCompiled(
_isCompiled
);
225
return
_isCompiled
;
307
return
_isCompiled
|| _isCompiledBySet;