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)
216this.SetIsCompiled(_isCompiled); 217return _isCompiled; 299return _isCompiled || _isCompiledBySet;