2 implementations of GetStackLimits
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1117
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetStackLimits
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress threadPtr, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* lower, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* upper, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* fp)
SOSDacImpl.cs (1)
3939
int ISOSDacInterface.
GetStackLimits
(ClrDataAddress threadPtr, ClrDataAddress* lower, ClrDataAddress* upper, ClrDataAddress* fp)
2 references to GetStackLimits
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1147
__retVal = @this.
GetStackLimits
(threadPtr, lower, upper, fp);
SOSDacImpl.cs (1)
3969
int hrLocal = _legacyImpl.
GetStackLimits
(threadPtr, &lowerLocal, &upperLocal, &fpLocal);