2 implementations of GetAssemblyName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
685
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetAssemblyName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress assembly, uint count, char* name, uint* pNeeded)
SOSDacImpl.cs (1)
538
int ISOSDacInterface.
GetAssemblyName
(ClrDataAddress assembly, uint count, char* name, uint* pNeeded)
2 references to GetAssemblyName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
715
__retVal = @this.
GetAssemblyName
(assembly, count, name, pNeeded);
SOSDacImpl.cs (1)
574
hrLocal = _legacyImpl.
GetAssemblyName
(assembly, count, ptr, &neededLocal);