1 instantiation of TestModelComputation
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
IntelliSense\ModelTests.vb (1)
32Return New TestModelComputation(threadingContext, controller)
5 references to TestModelComputation
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (5)
IntelliSense\ModelTests.vb (5)
26Friend Shared Function Create(threadingContext As IThreadingContext, Optional controller As IController(Of Model) = Nothing) As TestModelComputation 45Dim modelComputation = TestModelComputation.Create(threadingContext, controller:=controller.Object) 63Dim modelComputation = TestModelComputation.Create(threadingContext, controller:=controller.Object) 78Dim modelComputation = TestModelComputation.Create(threadingContext, controller:=controller.Object) 104Dim modelComputation = TestModelComputation.Create(threadingContext, controller:=controller.Object)