2 implementations of HasActiveSession
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Telemetry\AbstractWorkspaceTelemetryService.cs (1)
39public bool HasActiveSession
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\AbstractWorkspaceTelemetryService.cs (1)
39public bool HasActiveSession
2 references to HasActiveSession
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
194if (telemetryService.HasActiveSession)
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
260if (telemetryService?.HasActiveSession == true)