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