2 references to PropertyValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\PropertyValue.cs (2)
110
if (type == typeof(ushort)) return value => new
PropertyValue
((ushort)value!);
235
if (type == typeof(ushort)) { var f = GetGetMethod<ushort>(property); return container => new
PropertyValue
(f((TContainer)container.ReferenceValue!)); }