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