2 implementations of GetLocalVariableByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
348
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.
GetLocalVariableByIndex
(uint index, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue> localVariable, uint bufLen, uint* nameLen, char* name)
ClrDataFrame.cs (1)
270
int IXCLRDataFrame.
GetLocalVariableByIndex
(
2 references to GetLocalVariableByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
396
__retVal = @this.
GetLocalVariableByIndex
(index, localVariable, bufLen, nameLen, name);
ClrDataFrame.cs (1)
284
hrLegacy = _legacyImpl.
GetLocalVariableByIndex
(index, legacyLocalOut, bufLen, null, null);