1 write to threadCache
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingTypeInfo.cs (1)
143
Dictionary<Type, TraceLoggingTypeInfo> cache =
threadCache
??= new Dictionary<Type, TraceLoggingTypeInfo>();