9 instantiations of 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));
25 references to LambdaDebugInfo
Microsoft.CodeAnalysis (14)
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.UnitTests (6)
Emit\CustomDebugInfoTests.cs (6)
201var lambdas = ImmutableArray<LambdaDebugInfo>.Empty;
229new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal));
252var lambdas = ImmutableArray.Create(new LambdaDebugInfo(20, new DebugId(0, 0), LambdaDebugInfo.StaticClosureOrdinal));
276var lambdas = ImmutableArray<LambdaDebugInfo>.Empty;
302lambdas: ImmutableArray<LambdaDebugInfo>.Empty,
358new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal));