4 instantiations of StackGuard
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
11
private readonly StackGuard _guard = new
StackGuard
();
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
8
private readonly StackGuard _guard = new
StackGuard
();
System\Linq\Expressions\Compiler\VariableBinder.cs (1)
22
private readonly StackGuard _guard = new
StackGuard
();
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
292
private readonly StackGuard _guard = new
StackGuard
();
4 references to StackGuard
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
11
private readonly
StackGuard
_guard = new StackGuard();
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
8
private readonly
StackGuard
_guard = new StackGuard();
System\Linq\Expressions\Compiler\VariableBinder.cs (1)
22
private readonly
StackGuard
_guard = new StackGuard();
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
292
private readonly
StackGuard
_guard = new StackGuard();