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