1 implementation of GetFileHeadersInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
481bool ILoader.GetFileHeadersInfo(ModuleHandle handle, out uint timeStamp, out uint imageSize)
1 reference to GetFileHeadersInfo
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
3954bool result = loader.GetFileHeadersInfo(moduleHandle, out uint timeStamp, out uint imageSize);