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