You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/Libraries/NRefactory/ICSharpCode.NRefactory.CSharp.Refactoring/CodeActions/AddOptionalParameterToInvocationAction.cs
+17-31Lines changed: 17 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,11 @@
23
23
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
24
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25
25
// THE SOFTWARE.
26
+
usingSystem;
26
27
usingICSharpCode.NRefactory.CSharp;
27
28
usingSystem.Collections.Generic;
28
29
usingSystem.Linq;
30
+
usingICSharpCode.NRefactory.CSharp.Resolver;
29
31
usingICSharpCode.NRefactory.Semantics;
30
32
usingICSharpCode.NRefactory.Xml;
31
33
usingICSharpCode.NRefactory.Documentation;
@@ -43,44 +45,28 @@ public override IEnumerable<CodeAction> GetActions(RefactoringContext context)
0 commit comments