2 references to GetTypeImplementingMethod
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\ChainedFormattingRules.cs (2)
86
var type =
GetTypeImplementingMethod
(rule, name);
92
type =
GetTypeImplementingMethod
(rule, name + "Slow");