4 references to ExtractMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
ExtractMethod\ExtractMethodBase.cs (4)
43var treeAfterExtractMethod = await ExtractMethodAsync(workspace, testDocument, succeed: false, dontPutOutOrRefOnStruct: dontPutOutOrRefOnStruct); 56var tree = await ExtractMethodAsync(workspace, testDocument, succeed: false, dontPutOutOrRefOnStruct: dontPutOutOrRefOnStruct); 77var tree = await ExtractMethodAsync(workspace, testDocument); 94var tree = await ExtractMethodAsync(