1 write to CurrentSession
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
AbstractWorkspaceTelemetryService.cs (1)
31
CurrentSession
= telemetrySession;
4 references to CurrentSession
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
AbstractWorkspaceTelemetryService.cs (4)
26
Contract.ThrowIfFalse(
CurrentSession
is null);
41
=>
CurrentSession
!= null &&
CurrentSession
.IsOptedIn;
44
=>
CurrentSession
?.SerializeSettings();