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