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