2 references to _guard
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
42
if (!
_guard
.TryEnterOnCurrentStack())
44
return
_guard
.RunOnEmptyStack((VariableBinder @this, Expression? e) => @this.Visit(e), this, node);