3 references to GetFactory
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\PropertyValue.cs (1)
179Func<object?, PropertyValue> factory = GetFactory(type);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingTypeInfo.cs (2)
30this.propertyValueFactory = PropertyValue.GetFactory(dataType); 52this.propertyValueFactory = PropertyValue.GetFactory(dataType);