2 instantiations of FullTracking
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\FullTracking.cs (2)
94FullTracking tracking = new FullTracking(); 120FullTracking tracking = new FullTracking();
6 references to FullTracking
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\FullTracking.cs (4)
44/// Initializes a new instance of the <see cref="FullTracking"/> class. 52/// The state of the <see cref="FullTracking"/> object regarding whether it is actively tracking or suspending tracking. 94FullTracking tracking = new FullTracking(); 120FullTracking tracking = new FullTracking();
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
802using (FullTracking.Track(taskLoggingContext.TargetLoggingContext.Target.Name, _taskNode.Name, _buildRequestEntry.ProjectRootDirectory, _buildRequestEntry.RequestConfiguration.Project.PropertiesToBuildWith))
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
1148using (FullTracking.Suspend())