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