1 implementation of InitializeSession
Microsoft.VisualStudio.LanguageServices.DevKit (1)
Logging\VSCodeTelemetryLogger.cs (1)
39
public void
InitializeSession
(string telemetryLevel, string? sessionId, bool isDefaultSession)
2 references to InitializeSession
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\RoslynLogger.cs (1)
40
reporter.
InitializeSession
(telemetryLevel, sessionId, isDefaultSession: true);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
TelemetryReporterTests.cs (1)
30
reporter.
InitializeSession
("off", "test-session", isDefaultSession: false);