1 write to PresenterSession
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
IntelliSense\SignatureHelpControllerTests.vb (1)
262
Me.
PresenterSession
= presenterSession
2 references to PresenterSession
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
IntelliSense\SignatureHelpControllerTests.vb (2)
33
GetMocks(controller).
PresenterSession
.Setup(Sub(p) p.Dismiss())
54
GetMocks(controller).
PresenterSession
.Verify(Sub(p) p.Dismiss(), Times.Once)