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