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