2 implementations of GetFrameName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2114
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetFrameName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress vtable, uint count, char* frameName, uint* pNeeded)
SOSDacImpl.cs (1)
1202
int ISOSDacInterface.
GetFrameName
(ClrDataAddress vtable, uint count, char* frameName, uint* pNeeded)
2 references to GetFrameName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2144
__retVal = @this.
GetFrameName
(vtable, count, frameName, pNeeded);
SOSDacImpl.cs (1)
1237
hrLocal = _legacyImpl.
GetFrameName
(vtable, count, ptr, &neededLocal);