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