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