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