2 implementations of GetFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
59
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.
GetFrameType
(uint* simpleType, uint* detailedType)
ClrDataFrame.cs (1)
36
int IXCLRDataFrame.
GetFrameType
(uint* simpleType, uint* detailedType)
2 references to GetFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
84
__retVal = @this.
GetFrameType
(simpleType, detailedType);
ClrDataFrame.cs (1)
37
=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.
GetFrameType
(simpleType, detailedType) : HResults.E_NOTIMPL;