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