2 writes to isCached
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
1668
this.
isCached
= true;
1686
this.
isCached
= false;
2 references to isCached
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
1706
Fx.Assert(this.
isCached
, "Can only reserve cached HostedCompiler");
1721
if (!this.
isCached
&& this.refCount == 0)