1 write to _source
Microsoft.Build.Framework (1)
Telemetry\MSBuildActivitySource.cs (1)
30
_source
= new ActivitySource(name);
2 references to _source
Microsoft.Build.Framework (2)
Telemetry\MSBuildActivitySource.cs (2)
48
?
_source
.StartActivity(eventName, ActivityKind.Internal, parentId: Activity.Current.ParentId)
49
:
_source
.StartActivity(eventName);