2 implementations of GetArrayElement
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1123int 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)
570int 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)
578hrLocal = _legacyImpl.GetArrayElement(numInd, indices, legacyValueOut);