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