8 references to _encService
Microsoft.CodeAnalysis.ExternalAccess.Debugger (8)
GlassTestsHotReloadService.cs (8)
42
var newSessionId =
_encService
.StartDebuggingSession(
62
_encService
.BreakStateOrCapabilitiesChanged(GetSessionId(), inBreakState: true);
67
_encService
.BreakStateOrCapabilitiesChanged(GetSessionId(), inBreakState: false);
72
_encService
.BreakStateOrCapabilitiesChanged(GetSessionId(), inBreakState: null);
77
_encService
.CommitSolutionUpdate(GetSessionId());
82
_encService
.DiscardSolutionUpdate(GetSessionId());
87
_encService
.EndDebuggingSession(GetSessionId());
93
var results = (await
_encService
.EmitSolutionUpdateAsync(GetSessionId(), solution, runningProjects: ImmutableDictionary<ProjectId, RunningProjectOptions>.Empty, s_noActiveStatementSpanProvider, cancellationToken).ConfigureAwait(false)).Dehydrate();