1 write to KindPropertyName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\KindAttribute.cs (1)
27this.KindPropertyName = kindPropertyName ?? throw new ArgumentNullException(nameof(kindPropertyName));
3 references to KindPropertyName
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Converters\KindAttribute.cs (2)
10/// Attribute that defines the expected value of the <see cref="KindPropertyName"/> JSON property when a type is 31/// Gets the expected value of the <see cref="KindPropertyName"/> JSON property.
Protocol\Converters\SumConverter.cs (1)
206if (document.RootElement.TryGetProperty(kindAttribute.KindPropertyName, out var value))