10 references to LambdaDebugInfo
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.UnitTests (7)
Emit\CustomDebugInfoTests.cs (7)
231new LambdaDebugInfo(20, new DebugId(0, 0), 1),
232new LambdaDebugInfo(-50, new DebugId(1, 0), 0),
233new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal));
256var lambdas = ImmutableArray.Create(new LambdaDebugInfo(20, new DebugId(0, 0), LambdaDebugInfo.StaticClosureOrdinal));
310new LambdaDebugInfo(20, new DebugId(0, 0), 1),
311new LambdaDebugInfo(-50, new DebugId(1, 0), 0),
312new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal));
Microsoft.CodeAnalysis.VisualBasic (1)