2 writes to Style
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Internal\Text\ContainerElement.cs (2)
24Style = style; 30Style = style;
3 references to Style
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Internal\Converters\ContainerElementConverter.cs (3)
49case nameof(ContainerElement.Style): 77writer.WriteNumber(nameof(ContainerElement.Style), (int)value.Style);