2 implementations of GetNumTypeArguments
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
552int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.GetNumTypeArguments(uint* numTypeArgs)
ClrDataFrame.cs (1)
389int IXCLRDataFrame.GetNumTypeArguments(uint* numTypeArgs)
2 references to GetNumTypeArguments
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
577__retVal = @this.GetNumTypeArguments(numTypeArgs);
ClrDataFrame.cs (1)
390=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetNumTypeArguments(numTypeArgs) : HResults.E_NOTIMPL;