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