3 references to ThisOnlyClosureOrdinal
Microsoft.CodeAnalysis (3)
CodeGen\LambdaDebugInfo.cs (3)
25
/// <see cref="
ThisOnlyClosureOrdinal
"/> if the lambda is closed over "this" pointer only.
33
public const int MinClosureOrdinal =
ThisOnlyClosureOrdinal
;
46
ClosureOrdinal ==
ThisOnlyClosureOrdinal
? $"(#{LambdaId} @{SyntaxOffset}, this)" :