7 references to StaticClosureOrdinal
Microsoft.CodeAnalysis (2)
CodeGen\LambdaDebugInfo.cs (2)
24
/// <see cref="
StaticClosureOrdinal
"/> if the lambda is static, or
45
=> ClosureOrdinal ==
StaticClosureOrdinal
? $"({LambdaId} @{SyntaxOffset}, static)" :
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.cs (2)
451
closureOrdinal = LambdaDebugInfo.
StaticClosureOrdinal
;
459
closureOrdinal = LambdaDebugInfo.
StaticClosureOrdinal
;
Microsoft.CodeAnalysis.UnitTests (3)
Emit\CustomDebugInfoTests.cs (3)
229
new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.
StaticClosureOrdinal
));
252
var lambdas = ImmutableArray.Create(new LambdaDebugInfo(20, new DebugId(0, 0), LambdaDebugInfo.
StaticClosureOrdinal
));
358
new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.
StaticClosureOrdinal
));