2 implementations of GetRegisterName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3826int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetRegisterName(int regName, uint count, char* buffer, uint* pNeeded)
SOSDacImpl.cs (1)
3945int ISOSDacInterface.GetRegisterName(int regName, uint count, char* buffer, uint* pNeeded)
1 reference to GetRegisterName
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3851__retVal = @this.GetRegisterName(regName, count, buffer, pNeeded);