2 references to GetMethodDebugInfoReader
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\CommittedSolution.cs (2)
366
using var debugInfoReaderProvider =
GetMethodDebugInfoReader
(compilationOutputsProvider(project), project.Name);
475
using var debugInfoReaderProvider =
GetMethodDebugInfoReader
(compilationOutputs, document.Project.Name);