1 write to _performanceMeasurements
Microsoft.DotNet.Configurer (1)
DotnetFirstTimeUseConfigurer.cs (1)
39
_performanceMeasurements
??= performanceMeasurements;
3 references to _performanceMeasurements
Microsoft.DotNet.Configurer (3)
DotnetFirstTimeUseConfigurer.cs (3)
47
using (new PerformanceMeasurement(
_performanceMeasurements
, "AddPackageExecutablePath Time"))
58
using (new PerformanceMeasurement(
_performanceMeasurements
, "FirstTimeUseNotice Time"))
82
using (new PerformanceMeasurement(
_performanceMeasurements
, "GenerateAspNetCertificate Time"))