2 references to InterceptedBy
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());