1 instantiation of ContainerElementConverter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\Converters\ContainerElementConverter.cs (1)
17public static readonly ContainerElementConverter Instance = new();
5 references to ContainerElementConverter
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\Internal\Converters\ContainerElementConverter.cs (1)
17public static readonly ContainerElementConverter Instance = new();
Protocol\Internal\Converters\ObjectContentConverter.cs (3)
59return ContainerElementConverter.Instance.Read(ref clonedReader, typeof(ContainerElementConverter), options); 100ContainerElementConverter.Instance.Write(writer, (ContainerElement)value, options);
Protocol\Internal\Text\ContainerElement.cs (1)
15[JsonConverter(typeof(ContainerElementConverter))]