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