1 write to _readOnlyDataBlobs
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
270
_readOnlyDataBlobs
= new NodeCache<ReadOnlyDataBlobKey, BlobNode>(key =>
1 reference to _readOnlyDataBlobs
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
945
return
_readOnlyDataBlobs
.GetOrAdd(new ReadOnlyDataBlobKey(name, blobData, alignment));