3 instantiations of MockManagedEditAndContinueDebuggerService
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
69_debuggerService = new MockManagedEditAndContinueDebuggerService()
EditAndContinue\EditSessionActiveStatementsTests.cs (1)
43var mockDebuggerService = new MockManagedEditAndContinueDebuggerService()
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
161debuggerService: new MockManagedEditAndContinueDebuggerService()
2 references to MockManagedEditAndContinueDebuggerService
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
63private readonly MockManagedEditAndContinueDebuggerService _debuggerService;
EditAndContinue\EditSessionActiveStatementsTests.cs (1)
43var mockDebuggerService = new MockManagedEditAndContinueDebuggerService()