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