3 writes to _lazyImageBlock
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\PEReader.cs (3)
191_lazyImageBlock = imageBlock; 256_lazyImageBlock = null; 347if (Interlocked.CompareExchange(ref _lazyImageBlock, newBlock, null) != null)
4 references to _lazyImageBlock
System.Reflection.Metadata (4)
System\Reflection\PortableExecutable\PEReader.cs (4)
255_lazyImageBlock?.Dispose(); 344if (_lazyImageBlock == null) 354return _lazyImageBlock; 438public bool IsEntireImageAvailable => _lazyImageBlock != null || _peImage != null;