2 implementations of GetRegisterName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3826
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetRegisterName
(int regName, uint count, char* buffer, uint* pNeeded)
SOSDacImpl.cs (1)
3823
int ISOSDacInterface.
GetRegisterName
(int regName, uint count, char* buffer, uint* pNeeded)
2 references to GetRegisterName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3851
__retVal = @this.
GetRegisterName
(regName, count, buffer, pNeeded);
SOSDacImpl.cs (1)
3876
hrLocal = _legacyImpl.
GetRegisterName
(regName, count, ptr, &neededLocal);