2 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
))