2 writes to _isCompiledBySet
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
227_isCompiledBySet = setCompiler.Compile(); 307set { _isCompiledBySet = value; }
2 references to _isCompiledBySet
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
299return _isCompiled || _isCompiledBySet; 306get { return _isCompiledBySet; }