1 write to _implementers
ILCompiler.ReadyToRun (1)
Compiler\ProfileDataManager.cs (1)
485
_implementers
= implementers.ToDictionary(kvp => kvp.Key, kvp =>
1 reference to _implementers
ILCompiler.ReadyToRun (1)
Compiler\ProfileDataManager.cs (1)
500
return
_implementers
.TryGetValue(type, out List<TypeDesc> types) ? types : Array.Empty<TypeDesc>();