1 write to s_uint16
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\SimpleTypeInfos.cs (1)
86
public static TraceLoggingTypeInfo UInt16() =>
s_uint16
??= new ScalarTypeInfo(typeof(ushort), TraceLoggingDataType.UInt16);