2 implementations of GetTypeArgumentByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\71\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeInstance.cs (1)
672
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeInstance.
GetTypeArgumentByIndex
(uint index, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeInstance> typeArg)
ClrDataTypeInstance.cs (1)
64
int IXCLRDataTypeInstance.
GetTypeArgumentByIndex
(uint index, DacComNullableByRef<IXCLRDataTypeInstance> typeArg)
2 references to GetTypeArgumentByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\71\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeInstance.cs (1)
720
__retVal = @this.
GetTypeArgumentByIndex
(index, typeArg);
ClrDataTypeInstance.cs (1)
65
=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.
GetTypeArgumentByIndex
(index, typeArg) : HResults.E_NOTIMPL;