2 implementations of GetFieldByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
376
int 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)
220
int 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);