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