2 writes to DebugInfoGenerator
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (2)
204
tree.
DebugInfoGenerator
= debugInfoGenerator;
226
tree.
DebugInfoGenerator
= debugInfoGenerator;
3 references to DebugInfoGenerator
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (2)
70
private bool EmitDebugSymbols { get { return _tree.
DebugInfoGenerator
!= null; } }
269
_tree.
DebugInfoGenerator
.SetLocalName(lb, variable.Name);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
761
_tree.
DebugInfoGenerator
.MarkSequencePoint(_lambda, _method, _ilg, node);