4 references to TypeParameters
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (2)
110return item => AssertSection(expectedText, item.Sections, QuickInfoSectionKinds.TypeParameters, expectedClassifications); 128=> item => AssertSection(string.Empty, item.Sections, QuickInfoSectionKinds.TypeParameters);
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoSectionKinds.cs (1)
18public const string TypeParameters = nameof(TypeParameters);
QuickInfo\QuickInfoUtilities.cs (1)
116AddSection(QuickInfoSectionKinds.TypeParameters, builder.ToImmutable());