3 references to Extract_Interface
Microsoft.CodeAnalysis.EditorFeatures (2)
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (2)
28public string DisplayName => EditorFeaturesResources.Extract_Interface; 35using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Extract_Interface))
Microsoft.VisualStudio.LanguageServices (1)
ExtractInterface\ExtractInterfaceDialog.xaml.cs (1)
22public string ExtractInterfaceDialogTitle { get { return EditorFeaturesResources.Extract_Interface; } }