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