3 instantiations of MockManagedEditAndContinueDebuggerService
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
49private protected readonly MockManagedEditAndContinueDebuggerService _debuggerService = new()
Microsoft.CodeAnalysis.Features.UnitTests (2)
EditAndContinue\EditSessionActiveStatementsTests.cs (1)
39var mockDebuggerService = new MockManagedEditAndContinueDebuggerService()
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
142debuggerService: new MockManagedEditAndContinueDebuggerService()
2 references to MockManagedEditAndContinueDebuggerService
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
49private protected readonly MockManagedEditAndContinueDebuggerService _debuggerService = new()
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\EditSessionActiveStatementsTests.cs (1)
39var mockDebuggerService = new MockManagedEditAndContinueDebuggerService()