3 writes to _lazyImageBlock
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\PEReader.cs (3)
192_lazyImageBlock = imageBlock; 257_lazyImageBlock = null; 345if (Interlocked.CompareExchange(ref _lazyImageBlock, newBlock, null) != null)
4 references to _lazyImageBlock
System.Reflection.Metadata (4)
System\Reflection\PortableExecutable\PEReader.cs (4)
256_lazyImageBlock?.Dispose(); 342if (_lazyImageBlock == null) 352return _lazyImageBlock; 436public bool IsEntireImageAvailable => _lazyImageBlock != null || _peImage != null;