4 references to ExtractMethodCommandHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
ExtractMethod\ExtractMethodMiscellaneousTests.cs (2)
135
var
handler = workspace.ExportProvider.GetCommandHandler<
ExtractMethodCommandHandler
>(PredefinedCommandHandlerNames.ExtractMethod, ContentTypeNames.CSharpContentType);
ExtractMethod\ExtractMethodTests.cs (2)
10082
var
handler = workspace.ExportProvider.GetCommandHandler<
ExtractMethodCommandHandler
>(PredefinedCommandHandlerNames.ExtractMethod, ContentTypeNames.CSharpContentType);