1 write to KindAttribute
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\SumConverter.cs (1)
155this.KindAttribute = kindAttribute;
6 references to KindAttribute
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\Converters\SumConverter.cs (6)
93this.objectUnionTypeInfos = objectUnionTypeInfosSet.Where(t => t.KindAttribute is not null).Concat( 94objectUnionTypeInfosSet.Where(t => t.KindAttribute is null)).ToList(); 203if (applicableUnionTypeInfos[0].KindAttribute is { } kindAttribute) 213if (unionTypeInfo.KindAttribute == null) 218if (unionTypeInfo.KindAttribute.Kind == kind) 236if (unionTypeInfo.KindAttribute != null)