9 references to LambdaDebugInfo
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.UnitTests (7)
Emit\CustomDebugInfoTests.cs (7)
227new LambdaDebugInfo(20, new DebugId(0, 0), 1),
228new LambdaDebugInfo(-50, new DebugId(1, 0), 0),
229new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal));
252var lambdas = ImmutableArray.Create(new LambdaDebugInfo(20, new DebugId(0, 0), LambdaDebugInfo.StaticClosureOrdinal));
356new LambdaDebugInfo(20, new DebugId(0, 0), 1),
357new LambdaDebugInfo(-50, new DebugId(1, 0), 0),
358new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal));