1 write to _asyncContinuationEETypes
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
265_asyncContinuationEETypes = new NodeCache<AsyncContinuationType, AsyncContinuationEETypeNode>((AsyncContinuationType key) =>
2 references to _asyncContinuationEETypes
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
756return _asyncContinuationEETypes.GetOrAdd(continuation); 809return _asyncContinuationEETypes.GetOrAdd(continuation);