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