3 references to GetFactory
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\PropertyValue.cs (1)
179
Func<object?, PropertyValue> factory =
GetFactory
(type);
src\runtime\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);