6 references to ClassifiedTextElement
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\References\FindUsagesLSPContext.cs (1)
320
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));
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Completion\CompletionResolveTests.cs (2)
67
var description = new
ClassifiedTextElement
(CreateClassifiedTextRunForClass("A"));
91
var description = new
ClassifiedTextElement
(CreateClassifiedTextRunForClass("A"));
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Tooltip\ClassifiedTagHelperTooltipFactory.cs (1)
469
classifiedElementContainer.Add(new ContainerElement(ContainerElementStyle.Wrapped, new
ClassifiedTextElement
()));