1 write to StartDebuggingSessionImpl
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
148
var debuggingSession = mockEncService.
StartDebuggingSessionImpl
= (solution, debuggerService, sourceTextProvider, captureMatchingDocuments, captureAllMatchingDocuments, reportDiagnostics) =>
1 reference to StartDebuggingSessionImpl
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditAndContinue\MockEditAndContinueWorkspaceService.cs (1)
86
=> new((
StartDebuggingSessionImpl
?? throw new NotImplementedException()).Invoke(solution, debuggerService, sourceTextProvider, captureMatchingDocuments, captureAllMatchingDocuments, reportDiagnostics));