1 write to _telemetrySession
Microsoft.Build.Framework (1)
Telemetry\MSBuildActivitySource.cs (1)
23
_telemetrySession
= telemetrySession;
1 reference to _telemetrySession
Microsoft.Build.Framework (1)
Telemetry\MSBuildActivitySource.cs (1)
44
TelemetryScope<OperationEvent>? operation =
_telemetrySession
?.StartOperation(eventName);