1 write to SnippetCommandHandler
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Snippets\SnippetTestState.vb (1)
53
Me.
SnippetCommandHandler
= DirectCast(snippetCommandHandler, AbstractSnippetCommandHandler)
7 references to SnippetCommandHandler
Microsoft.VisualStudio.LanguageServices.UnitTests (7)
Snippets\CSharpSnippetCommandHandlerTests.vb (2)
235
Dim handler = testState.
SnippetCommandHandler
254
Dim handler = CType(testState.
SnippetCommandHandler
, CSharp.Snippets.SnippetCommandHandler)
Snippets\SnippetTestState.vb (4)
126
If Not SendTab(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
136
If Not SendBackTab(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
142
If Not SendReturn(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
148
If Not SendEscape(AddressOf
SnippetCommandHandler
.ExecuteCommand) Then
Snippets\VisualBasicSnippetCommandHandlerTests.vb (1)
390
Dim handler = testState.
SnippetCommandHandler