8 references to StaticClosureOrdinal
Microsoft.CodeAnalysis (2)
CodeGen\LambdaDebugInfo.cs (2)
27
/// <see cref="
StaticClosureOrdinal
"/> if the lambda is static, or
68
ClosureOrdinal ==
StaticClosureOrdinal
? $"({LambdaId.GetDebuggerDisplay()} @{SyntaxOffset}, static)" :
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.cs (2)
440
closureOrdinal = LambdaDebugInfo.
StaticClosureOrdinal
;
448
closureOrdinal = LambdaDebugInfo.
StaticClosureOrdinal
;
Microsoft.CodeAnalysis.UnitTests (3)
Emit\CustomDebugInfoTests.cs (3)
233
new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.
StaticClosureOrdinal
));
256
var lambdas = ImmutableArray.Create(new LambdaDebugInfo(20, new DebugId(0, 0), LambdaDebugInfo.
StaticClosureOrdinal
));
312
new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.
StaticClosureOrdinal
));
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1051
closureOrdinal = LambdaDebugInfo.
StaticClosureOrdinal