1 write to _debuggerService
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
69
_debuggerService
= new MockManagedEditAndContinueDebuggerService()
15 references to _debuggerService
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (15)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (15)
180
_debuggerService
,
204
_debuggerService
.GetActiveStatementsImpl = () => activeStatements.NullToEmpty();
213
_debuggerService
.GetActiveStatementsImpl = () => ImmutableArray<ManagedActiveStatementDebugInfo>.Empty;
281
_debuggerService
.LoadedModules.Add(moduleId, availability);
585
var sessionId = await service.StartDebuggingSessionAsync(solution,
_debuggerService
, NullPdbMatchingSourceTextProvider.Instance, captureMatchingDocuments, captureAllDocuments, reportDiagnostics: true, CancellationToken.None);
829
_debuggerService
.GetCapabilitiesImpl = () => ImmutableArray.Create("Baseline");
832
var sessionId = await service.StartDebuggingSessionAsync(solution,
_debuggerService
, NullPdbMatchingSourceTextProvider.Instance, captureMatchingDocuments: openDocumentIds, captureAllMatchingDocuments: false, reportDiagnostics: true, CancellationToken.None);
2178
_debuggerService
.GetCapabilitiesImpl = () => ImmutableArray.Create("Baseline", "ChangeCustomAttributes");
2203
_debuggerService
.GetCapabilitiesImpl = () => ImmutableArray.Create("Baseline");
2228
_debuggerService
.GetCapabilitiesImpl = () => ImmutableArray.Create("Baseline", "ChangeCustomAttributes");
2291
_debuggerService
.GetCapabilitiesImpl = () => ImmutableArray.Create("Baseline");
2326
_debuggerService
.GetCapabilitiesImpl = () => ImmutableArray.Create("Baseline");
2592
_debuggerService
.IsEditAndContinueAvailable = _ => new ManagedHotReloadAvailability(ManagedHotReloadAvailabilityStatus.Attach, localizedMessage: "*attached*");
3288
_debuggerService
.GetCapabilitiesImpl = () => ImmutableArray.Create("Baseline");
4487
_debuggerService
,