1 override of GetDebuggerDisplay
Microsoft.CodeAnalysis (1)
Diagnostic\SourceLocation.cs (1)
128
protected override string
GetDebuggerDisplay
()
1 reference to GetDebuggerDisplay
Microsoft.CodeAnalysis (1)
Diagnostic\SourceLocation.cs (1)
130
return base.
GetDebuggerDisplay
() + "\"" + _syntaxTree.ToString().Substring(_span.Start, _span.Length) + "\"";