1 write to NumberOfHits
Microsoft.Build.Framework (1)
Profiler\ProfilerResult.cs (1)
68
NumberOfHits
= numberOfHits;
8 references to NumberOfHits
Microsoft.Build (4)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
176
int numberOfHits = profiledLocation.
NumberOfHits
;
Evaluation\Profiler\EvaluationLocationPrettyPrinterBase.cs (1)
108
profiledLocation.
NumberOfHits
,
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1375
Write(e.
NumberOfHits
);
Logging\ProfilerLogger.cs (1)
274
location.
NumberOfHits
+ 1);
Microsoft.Build.Framework (4)
Profiler\ProfilerResult.cs (4)
77
NumberOfHits
== location.
NumberOfHits
;
86
hashCode = (hashCode * -1521134295) +
NumberOfHits
.GetHashCode();
93
return $"[{InclusiveTime} - {ExclusiveTime}]: {
NumberOfHits
} hits";