3 references to Style
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\PresentationExtensions.cs (2)
24
? new(run.ClassificationTypeName, run.Text, run.NavigationAction, run.Tooltip, (VisualStudio.Text.Adornments.ClassifiedTextRunStyle)run.
Style
)
25
: new(run.ClassificationTypeName, run.Text, (VisualStudio.Text.Adornments.ClassifiedTextRunStyle)run.
Style
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
322
=> new(run.ClassificationTypeName, run.Text, (ClassifiedTextRunStyle)run.
Style
, markerTagType: null, run.NavigationAction, run.Tooltip);