3 references to ControllerMocks
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
IntelliSense\SignatureHelpControllerTests.vb (3)
259Private Shared ReadOnly s_controllerMocksMap As New ConditionalWeakTable(Of Controller, ControllerMocks) 260Private Shared Function GetMocks(controller As Controller) As ControllerMocks 261Dim result As ControllerMocks = Nothing