1 write to _continuationTypeFixups
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
189
_continuationTypeFixups
= new NodeCache<AsyncContinuationType, ISymbolNode>((key) =>
1 reference to _continuationTypeFixups
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
209
return
_continuationTypeFixups
.GetOrAdd(key);