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