1 write to KindAttribute
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\SumConverter.cs (1)
154this.KindAttribute = kindAttribute;
6 references to KindAttribute
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\Converters\SumConverter.cs (6)
92this.objectUnionTypeInfos = objectUnionTypeInfosSet.Where(t => t.KindAttribute is not null).Concat( 93objectUnionTypeInfosSet.Where(t => t.KindAttribute is null)).ToList(); 202if (applicableUnionTypeInfos[0].KindAttribute is { } kindAttribute) 212if (unionTypeInfo.KindAttribute == null) 217if (unionTypeInfo.KindAttribute.Kind == kind) 235if (unionTypeInfo.KindAttribute != null)