3 overrides of GetDebuggerDisplay
Microsoft.CodeAnalysis.CSharp (3)
Symbols\FunctionTypeSymbol.cs (1)
233
internal override string
GetDebuggerDisplay
()
Symbols\Source\SourceLocalSymbol.cs (1)
101
internal override string
GetDebuggerDisplay
()
Symbols\Synthesized\SynthesizedLocal.cs (1)
217
internal sealed override string
GetDebuggerDisplay
()
9 references to GetDebuggerDisplay
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\BoundNode.cs (3)
506
Debug.Assert(false, "duplicate local " + local.
GetDebuggerDisplay
());
517
Debug.Assert(false, "missing local " + local.
GetDebuggerDisplay
());
526
Debug.Assert(false, "undeclared local " + local.
GetDebuggerDisplay
());
BoundTree\BoundNode_Source.cs (2)
102
appendLine($"({local.
GetDebuggerDisplay
()});");
436
append($"({symbol.
GetDebuggerDisplay
()})");
FlowAnalysis\DefiniteAssignment.VariableIdentifier.cs (1)
107
return $"ContainingSlot={ContainingSlot}, Symbol={Symbol.
GetDebuggerDisplay
()}";
Symbols\FunctionTypeSymbol.cs (1)
235
return $"FunctionTypeSymbol: {GetInternalDelegateType()?.
GetDebuggerDisplay
()}";
Symbols\Source\SourceLocalSymbol.cs (1)
104
? base.
GetDebuggerDisplay
()
Symbols\TypeWithState.cs (1)
77
public string GetDebuggerDisplay() => $"{{Type:{Type?.
GetDebuggerDisplay
()}, State:{State}{"}"}";