3 references to CreateEditAndContinueMethodDebugInfoReader
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\CommittedSolution.cs (2)
372
var debugInfoReader = debugInfoReaderProvider.
CreateEditAndContinueMethodDebugInfoReader
();
484
var debugInfoReader = debugInfoReaderProvider.
CreateEditAndContinueMethodDebugInfoReader
();
EditAndContinue\DebuggingSession.cs (1)
354
var debugInfoReader = debugInfoReaderProvider.
CreateEditAndContinueMethodDebugInfoReader
();