5 references to ExtractInterface
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
ExtractInterface\ExtractInterfaceCommandHandler.cs (1)
19[Name(PredefinedCommandHandlerNames.ExtractInterface)]
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractInterface\ExtractInterfaceTests.cs (1)
1443var handler = workspace.ExportProvider.GetCommandHandler<ExtractInterfaceCommandHandler>(PredefinedCommandHandlerNames.ExtractInterface, ContentTypeNames.CSharpContentType);
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
RenameCommandHandler.cs (1)
32[Order(Before = PredefinedCommandHandlerNames.ExtractInterface)]
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
32[Order(Before = PredefinedCommandHandlerNames.ExtractInterface)]
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
ExtractInterface\ExtractInterfaceCommandHandler.vb (1)
17<Name(PredefinedCommandHandlerNames.ExtractInterface)>