2 writes to rawValue
System (2)
services\monitoring\system\diagnosticts\CounterSample.cs (2)
36this.rawValue = rawValue; 50this.rawValue = rawValue;
5 references to rawValue
System (5)
services\monitoring\system\diagnosticts\CounterSample.cs (5)
65return this.rawValue; 71return (ulong)this.rawValue; 157return (rawValue == sample.rawValue) && 168return rawValue.GetHashCode();