1 write to AsUInt64
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\PropertyValue.cs (1)
92
private PropertyValue(ulong value) : this(new Scalar() {
AsUInt64
= value }, sizeof(ulong)) { }