2 writes to propertyValueFactory
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingTypeInfo.cs (2)
30
this.
propertyValueFactory
= PropertyValue.GetFactory(dataType);
52
this.
propertyValueFactory
= PropertyValue.GetFactory(dataType);
1 reference to propertyValueFactory
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingTypeInfo.cs (1)
88
internal Func<object?, PropertyValue> PropertyValueFactory => this.
propertyValueFactory
;