2 implementations of GetFieldByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
376int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.GetFieldByIndex(uint index, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue> field, uint bufLen, uint* nameLen, char* nameBuf, uint* token)
ClrDataValue.cs (1)
220int IXCLRDataValue.GetFieldByIndex(
1 reference to GetFieldByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
424__retVal = @this.GetFieldByIndex(index, field, bufLen, nameLen, nameBuf, token);