2 writes to isCompiledBySet
System.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
256this.isCompiledBySet = setCompiler.Compile(); 361set { isCompiledBySet = value; }
2 references to isCompiledBySet
System.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
354return isCompiled || isCompiledBySet ; 360get { return isCompiledBySet; }