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