1 write to IsStaticallyCompiled
System.Activities (1)
System\Activities\Expressions\CompiledExpressionInvoker.cs (1)
264this.IsStaticallyCompiled = true;
4 references to IsStaticallyCompiled
System.Activities (4)
Microsoft\VisualBasic\Activities\VisualBasicReference.cs (2)
63if (!this.invoker.IsStaticallyCompiled) 89if (this.invoker.IsStaticallyCompiled)
Microsoft\VisualBasic\Activities\VisualBasicValue.cs (2)
63if (!this.invoker.IsStaticallyCompiled) 88if (this.invoker.IsStaticallyCompiled == true)