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