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)
224this.SetIsCompiled(_isCompiled); 225return _isCompiled; 307return _isCompiled || _isCompiledBySet;