3 implementations of Value
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\SumType.cs (3)
49public object? Value { get; } 252public object? Value { get; } 547public object? Value { get; }
1 reference to Value
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\SumConverter.cs (1)
261var sumValue = value.Value;