14 writes to SecondValue
System (14)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (14)
124newPdhValue.SecondValue = newSample.TimeStamp; 127oldPdhValue.SecondValue = oldSample.TimeStamp; 132newPdhValue.SecondValue = newSample.TimeStamp100nSec; 135oldPdhValue.SecondValue = oldSample.TimeStamp100nSec; 145newPdhValue.SecondValue = newSample.TimeStamp; 148oldPdhValue.SecondValue = oldSample.TimeStamp; 175newPdhValue.SecondValue = 0; 178oldPdhValue.SecondValue = 0; 188newPdhValue.SecondValue = newSample.TimeStamp100nSec; 191oldPdhValue.SecondValue = oldSample.TimeStamp100nSec; 209newPdhValue.SecondValue = newSample.BaseValue; 212oldPdhValue.SecondValue = oldSample.BaseValue; 218newPdhValue.SecondValue = 0; 221oldPdhValue.SecondValue = 0;