1 write to _debuggingSession
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\CommittedSolution.cs (1)
96
_debuggingSession
= debuggingSession;
5 references to _debuggingSession
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\CommittedSolution.cs (5)
316
? await TryGetMatchingSourceTextAsync(
_debuggingSession
.SessionLog, sourceText, document.FilePath, currentDocument,
_debuggingSession
.SourceTextProvider, requiredChecksum, checksumAlgorithm, cancellationToken).ConfigureAwait(false)
481
var compilationOutputs =
_debuggingSession
.GetCompilationOutputs(document.Project);
482
using var debugInfoReaderProvider = GetMethodDebugInfoReader(
_debuggingSession
.SessionLog, compilationOutputs, document.Project.Name);
492
return TryReadSourceFileChecksumFromPdb(
_debuggingSession
.SessionLog, debugInfoReader, document.FilePath, out requiredChecksum, out checksumAlgorithm);