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