Implemented interface member:
2 references to GetCommandState
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractMethod\ExtractMethodTests.cs (1)
11281
var state = handler.
GetCommandState
(new ExtractMethodCommandArgs(textView, textView.TextBuffer));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
ExtractMethod\ExtractMethodTests.LanguageInteraction.vb (1)
3393
Dim state = handler.
GetCommandState
(New ExtractMethodCommandArgs(textView, textView.TextBuffer))