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)
451closureOrdinal = LambdaDebugInfo.StaticClosureOrdinal; 459closureOrdinal = LambdaDebugInfo.StaticClosureOrdinal;
Microsoft.CodeAnalysis.UnitTests (3)
Emit\CustomDebugInfoTests.cs (3)
229new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal)); 252var lambdas = ImmutableArray.Create(new LambdaDebugInfo(20, new DebugId(0, 0), LambdaDebugInfo.StaticClosureOrdinal)); 358new LambdaDebugInfo(-180, new DebugId(2, 0), LambdaDebugInfo.StaticClosureOrdinal));