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