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