9 references to LambdaDebugInfo
Microsoft.CodeAnalysis (1)
Emit\EditAndContinueMethodDebugInformation.cs (1)
248lambdasBuilder.Add(new LambdaDebugInfo(syntaxOffset + syntaxOffsetBaseline, lambdaId, closureOrdinal));
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1510_lambdaDebugInfoBuilder.Add(new EncLambdaInfo(new LambdaDebugInfo(syntaxOffset, lambdaId, closureOrdinal), structClosureIds));
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));