2 implementations of GetArrayElement
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1123
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
GetArrayElement
(uint numInd, int[] indices, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue> value)
ClrDataValue.cs (1)
570
int IXCLRDataValue.
GetArrayElement
(uint numInd, [In, MarshalUsing(CountElementName = nameof(numInd))] int[] indices, DacComNullableByRef<IXCLRDataValue> value)
2 references to GetArrayElement
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1179
__retVal = @this.
GetArrayElement
(numInd, indices, value);
ClrDataValue.cs (1)
578
hrLocal = _legacyImpl.
GetArrayElement
(numInd, indices, legacyValueOut);