2 implementations of GetObjectClassName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1778
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetObjectClassName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress obj, uint count, char* className, uint* pNeeded)
SOSDacImpl.cs (1)
3256
int ISOSDacInterface.
GetObjectClassName
(ClrDataAddress obj, uint count, char* className, uint* pNeeded)
2 references to GetObjectClassName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1808
__retVal = @this.
GetObjectClassName
(obj, count, className, pNeeded);
SOSDacImpl.cs (1)
3316
hrLocal = _legacyImpl.
GetObjectClassName
(obj, count, ptr, &neededLocal);