2 implementations of GetFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
59int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.GetFrameType(uint* simpleType, uint* detailedType)
ClrDataFrame.cs (1)
36int 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;