2 implementations of GetCountOfInternalFrames
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2190int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetCountOfInternalFrames(ulong vmThread, uint* pRetVal)
Dbi\DacDbiImpl.cs (1)
1106public int GetCountOfInternalFrames(ulong vmThread, uint* pRetVal)
2 references to GetCountOfInternalFrames
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2215__retVal = @this.GetCountOfInternalFrames(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1107=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetCountOfInternalFrames(vmThread, pRetVal) : HResults.E_NOTIMPL;