2 references to IsEntireImageAvailable
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3954
get { return _peReaderOpt != null && _peReaderOpt.
IsEntireImageAvailable
; }
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEReader.cs (1)
441
/// Gets a pointer to and size of the PE image if available (<see cref="
IsEntireImageAvailable
"/>).