2 overrides of CreateEditAndContinueDebugInfoReader
Microsoft.CodeAnalysis.Features (2)
Debugging\DebugInformationReaderProvider.cs (2)
43public override EditAndContinueDebugInfoReader CreateEditAndContinueDebugInfoReader() 68public override EditAndContinueDebugInfoReader CreateEditAndContinueDebugInfoReader()
2 references to CreateEditAndContinueDebugInfoReader
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\CommittedSolution.cs (1)
490var debugInfoReader = debugInfoReaderProvider.CreateEditAndContinueDebugInfoReader();
EditAndContinue\DebuggingSession.cs (1)
399var debugInfoReader = debugInfoReaderProvider.CreateEditAndContinueDebugInfoReader();