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