Implemented interface member:
2 references to GetCommandState
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractInterface\ExtractInterfaceTests.cs (1)
1445
var state = handler.
GetCommandState
(new ExtractInterfaceCommandArgs(textView, textView.TextBuffer));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
ExtractInterface\ExtractInterfaceTests.vb (1)
1293
Dim state = handler.
GetCommandState
(New ExtractInterfaceCommandArgs(textView, textView.TextBuffer))