2 implementations of GetArgumentByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
246int 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)
167int 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)
181hrLegacy = _legacyImpl.GetArgumentByIndex(index, legacyArgOut, bufLen, null, null);