3 writes to Label
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\SignatureHelp\SignatureHelpHandler.cs (1)
74
Label
= p.Name,
Protocol\Converters\ParameterInformationConverter.cs (2)
27
parameter.
Label
= new Tuple<int, int>(labelElement[0].GetInt32(), labelElement[1].GetInt32());
31
parameter.
Label
= labelElement.Deserialize<SumType<string, Tuple<int, int>>>(options);
1 reference to Label
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\ParameterInformationConverter.cs (1)
47
JsonSerializer.Serialize(writer, value.
Label
, options);