3 references to CreateEditAndContinueMethodDebugInfoReader
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\CommittedSolution.cs (2)
374
var debugInfoReader = debugInfoReaderProvider.
CreateEditAndContinueMethodDebugInfoReader
();
491
var debugInfoReader = debugInfoReaderProvider.
CreateEditAndContinueMethodDebugInfoReader
();
EditAndContinue\DebuggingSession.cs (1)
371
var debugInfoReader = debugInfoReaderProvider.
CreateEditAndContinueMethodDebugInfoReader
();