7 references to ClassifiedTextRunStyle
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Extensions\Extensions.cs (1)
303=> new(run.ClassificationTypeName, run.Text, (ClassifiedTextRunStyle)run.Style, markerTagType: null, run.NavigationAction, run.Tooltip);
Handler\References\FindUsagesLSPContext.cs (1)
361span.ClassificationType, docText.ToString(span.TextSpan), ClassifiedTextRunStyle.Plain, markerTagType));
Protocol\Internal\Converters\ClassifiedTextRunConverter.cs (2)
28var style = (ClassifiedTextRunStyle)(data.GetProperty(nameof(ClassifiedTextRun.Style)).GetInt32());
Protocol\Internal\Text\ClassifiedTextRun.cs (3)
15ClassifiedTextRunStyle style = ClassifiedTextRunStyle.Plain, 23public ClassifiedTextRunStyle Style { get; } = style;