3 references to ExtractMethod
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractMethod\ExtractMethodMiscellaneousTests.cs (1)
139
var waiter = workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.
ExtractMethod
);
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
58
_asyncListener = asyncListenerProvider.GetListener(FeatureAttribute.
ExtractMethod
);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
32
public const string ExtractMethod = nameof(
ExtractMethod
);