2 implementations of GetFieldByToken2
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1321int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.GetFieldByToken2(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule tokenScope, uint token, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue> field, uint bufLen, uint* nameLen, char* nameBuf)
ClrDataValue.cs (1)
296int IXCLRDataValue.GetFieldByToken2(
1 reference to GetFieldByToken2
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1374__retVal = @this.GetFieldByToken2(tokenScope, token, field, bufLen, nameLen, nameBuf);