2 implementations of GetPEFileName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2198
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetPEFileName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress addr, uint count, char* fileName, uint* pNeeded)
SOSDacImpl.cs (1)
3734
int ISOSDacInterface.
GetPEFileName
(ClrDataAddress addr, uint count, char* fileName, uint* pNeeded)
1 reference to GetPEFileName
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2228
__retVal = @this.
GetPEFileName
(addr, count, fileName, pNeeded);