2 implementations of GetArgumentByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
246
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.
GetArgumentByIndex
(uint index, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue> arg, uint bufLen, uint* nameLen, char* name)
ClrDataFrame.cs (1)
167
int IXCLRDataFrame.
GetArgumentByIndex
(
2 references to GetArgumentByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
294
__retVal = @this.
GetArgumentByIndex
(index, arg, bufLen, nameLen, name);
ClrDataFrame.cs (1)
181
hrLegacy = _legacyImpl.
GetArgumentByIndex
(index, legacyArgOut, bufLen, null, null);