6 references to ContainerElementStyle
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Extensions\Extensions.cs (1)
309=> new((ContainerElementStyle)element.Style, element.Elements.Select(ToLSPElement));
Protocol\Internal\Converters\ContainerElementConverter.cs (2)
23ContainerElementStyle? style = null; 50style = (ContainerElementStyle)reader.GetInt32();
Protocol\Internal\Text\ContainerElement.cs (3)
20public ContainerElementStyle Style { get; } 22public ContainerElement(ContainerElementStyle style, IEnumerable<object> elements) 28public ContainerElement(ContainerElementStyle style, params object[] elements)