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