3 references to PropertyValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\PropertyValue.cs (3)
125
return value => new
PropertyValue
(value);
223
return container => new
PropertyValue
(getter((TContainer)container.ReferenceValue!));
250
return container => new
PropertyValue
(property.GetValue(container.ReferenceValue));