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