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