2 references to GetMethodDebugInfoReader
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\CommittedSolution.cs (2)
368
using var debugInfoReaderProvider =
GetMethodDebugInfoReader
(log, compilationOutputsProvider(project), project.Name);
482
using var debugInfoReaderProvider =
GetMethodDebugInfoReader
(_debuggingSession.SessionLog, compilationOutputs, document.Project.Name);