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