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