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