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