2 implementations of GetFrameName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2114int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetFrameName(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress vtable, uint count, char* frameName, uint* pNeeded)
SOSDacImpl.cs (1)
1202int 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)
1237hrLocal = _legacyImpl.GetFrameName(vtable, count, ptr, &neededLocal);