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)
23
ContainerElementStyle
? style = null;
50
style = (
ContainerElementStyle
)reader.GetInt32();
Protocol\Internal\Text\ContainerElement.cs (3)
20
public
ContainerElementStyle
Style { get; }
22
public ContainerElement(
ContainerElementStyle
style, IEnumerable<object> elements)
28
public ContainerElement(
ContainerElementStyle
style, params object[] elements)