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