2 implementations of GetAssemblyName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\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)
551
int ISOSDacInterface.
GetAssemblyName
(ClrDataAddress assembly, uint count, char* name, uint* pNeeded)
1 reference to GetAssemblyName
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
715
__retVal = @this.
GetAssemblyName
(assembly, count, name, pNeeded);