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