3 references to InterceptedBy
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (1)
153return item => AssertSection(expectedText, item.Sections, QuickInfoSectionKinds.InterceptedBy, expectedClassifications);
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoSectionKinds.cs (1)
25internal const string InterceptedBy = nameof(InterceptedBy);
QuickInfo\QuickInfoUtilities.cs (1)
148AddSection(QuickInfoSectionKinds.InterceptedBy, builder.ToImmutable());