2 implementations of GetAssemblyName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
685int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetAssemblyName(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress assembly, uint count, char* name, uint* pNeeded)
SOSDacImpl.cs (1)
538int 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)
574hrLocal = _legacyImpl.GetAssemblyName(assembly, count, ptr, &neededLocal);