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