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