3 references to EndSession
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
200
debuggingSession.
EndSession
(out var telemetryData);
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
220
=> session.
EndSession
(out _);
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
4906
Assert.Throws<ObjectDisposedException>(() => debuggingSession.
EndSession
(out _));