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