4 references to GetDebuggerDisplay
Microsoft.CodeAnalysis (4)
CodeGen\ClosureDebugInfo.cs (1)
41
return $"({ClosureId.
GetDebuggerDisplay
()} @{SyntaxOffset})";
CodeGen\LambdaDebugInfo.cs (3)
68
ClosureOrdinal == StaticClosureOrdinal ? $"({LambdaId.
GetDebuggerDisplay
()} @{SyntaxOffset}, static)" :
69
ClosureOrdinal == ThisOnlyClosureOrdinal ? $"(#{LambdaId.
GetDebuggerDisplay
()} @{SyntaxOffset}, this)" :
70
$"({LambdaId.
GetDebuggerDisplay
()} @{SyntaxOffset} in {ClosureOrdinal})";