2 implementations of GetTypeArgumentByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\64\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
589int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.GetTypeArgumentByIndex(uint index, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeInstance> typeArg)
ClrDataFrame.cs (1)
412int IXCLRDataFrame.GetTypeArgumentByIndex(uint index, DacComNullableByRef<IXCLRDataTypeInstance> typeArg)
1 reference to GetTypeArgumentByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\64\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
637__retVal = @this.GetTypeArgumentByIndex(index, typeArg);