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