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