1 write to Kind
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\KindAttribute.cs (1)
26
this.
Kind
= kind ?? throw new ArgumentNullException(nameof(kind));
1 reference to Kind
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\SumConverter.cs (1)
217
if (unionTypeInfo.KindAttribute.
Kind
== kind)