2 writes to DebugInfoGenerator
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (2)
204tree.DebugInfoGenerator = debugInfoGenerator; 226tree.DebugInfoGenerator = debugInfoGenerator;
3 references to DebugInfoGenerator
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (2)
70private 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);