3 references to ClassifiedTextElement
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\References\FindUsagesLSPContext.cs (1)
312
return new
ClassifiedTextElement
([.. classifiedTextRuns]);
Protocol\Internal\Text\ClassifiedTextElement.cs (2)
34
return new
ClassifiedTextElement
(new ClassifiedTextRun("text", text, navigationAction: navigationAction, tooltip: tooltip));
40
return new
ClassifiedTextElement
(new ClassifiedTextRun("text", text));