6 references to InterceptedBy
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
QuickInfo\SemanticQuickInfoSourceTests.cs (6)
10418InterceptedBy(string.Format(FeaturesResources.Intercepted_by_0, "void D.Interceptor()")));
10449InterceptedBy(string.Format(FeaturesResources.Intercepted_by_0, "void D.Interceptor<int>(int t)")));
10480InterceptedBy(string.Format(FeaturesResources.Intercepted_by_0, "void D.Interceptor(int t)")));
10533InterceptedBy(string.Format(FeaturesResources.Intercepted_by_0, "void D.Interceptor<int, string>(int t1, string t2)")));
10567InterceptedBy(string.Format(FeaturesResources.Intercepted_by_0, "void D.Interceptor<int, bool, string>(int t1, bool t2, string t3)")));
10598InterceptedBy(string.Format(FeaturesResources.Intercepted_by_0, "void D.Interceptor(int t, string u)")));