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