2 implementations of GetFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\51\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataStackWalk.cs (1)
219
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataStackWalk.
GetFrameType
(uint* simpleType, uint* detailedType)
ClrDataStackWalk.cs (1)
115
int IXCLRDataStackWalk.
GetFrameType
(uint* simpleType, uint* detailedType)
2 references to GetFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\51\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataStackWalk.cs (1)
244
__retVal = @this.
GetFrameType
(simpleType, detailedType);
ClrDataStackWalk.cs (1)
116
=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.
GetFrameType
(simpleType, detailedType) : HResults.E_NOTIMPL;