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