1 write to _debuggingSession
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\CommittedSolution.cs (1)
96
_debuggingSession
= debuggingSession;
2 references to _debuggingSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\CommittedSolution.cs (2)
316
await TryGetMatchingSourceTextAsync(sourceText, document.FilePath, currentDocument,
_debuggingSession
.SourceTextProvider, requiredChecksum, checksumAlgorithm, cancellationToken).ConfigureAwait(false) : default;
474
var compilationOutputs =
_debuggingSession
.GetCompilationOutputs(document.Project);