1 write to SnippetCommandHandler
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Snippets\SnippetTestState.vb (1)
54
Me.
SnippetCommandHandler
= DirectCast(snippetCommandHandler, AbstractSnippetCommandHandler)
7 references to SnippetCommandHandler
Microsoft.VisualStudio.LanguageServices.UnitTests (7)
Snippets\CSharpSnippetCommandHandlerTests.vb (2)
236
Dim handler = testState.
SnippetCommandHandler
255
Dim handler = CType(testState.
SnippetCommandHandler
, CSharp.Snippets.SnippetCommandHandler)
Snippets\SnippetTestState.vb (4)
127
If Not SendTab(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
137
If Not SendBackTab(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
143
If Not SendReturn(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
149
If Not SendEscape(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
Snippets\VisualBasicSnippetCommandHandlerTests.vb (1)
392
Dim handler = testState.
SnippetCommandHandler