2 references to _guard
System.Core (2)
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
55
if (!
_guard
.TryEnterOnCurrentStack())
57
return
_guard
.RunOnEmptyStack((VariableBinder @this, Expression e) => @this.Visit(e), this, node);