3 references to DebugDataTipInfo
Microsoft.CodeAnalysis.CSharp.Features (3)
Debugging\DataTipInfoGetter.cs (3)
33
? new
DebugDataTipInfo
(token.Span, text: null)
42
return new
DebugDataTipInfo
(typeSyntax.Span, text);
54
: new
DebugDataTipInfo
(expression.Span, type.ToNameDisplayString());