2 implementations of GetFailedAssemblyLocation
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4268
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetFailedAssemblyLocation
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress assesmbly, uint count, char* location, uint* pNeeded)
SOSDacImpl.cs (1)
1034
int ISOSDacInterface.
GetFailedAssemblyLocation
(ClrDataAddress assembly, uint count, char* location, uint* pNeeded)
2 references to GetFailedAssemblyLocation
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4298
__retVal = @this.
GetFailedAssemblyLocation
(assesmbly, count, location, pNeeded);
SOSDacImpl.cs (1)
1060
hrLocal = _legacyImpl.
GetFailedAssemblyLocation
(assembly, count, ptr, &neededLocal);