2 implementations of GetLocalVariableByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataFrame.cs (1)
305int IXCLRDataFrame.GetLocalVariableByIndex(
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
348int 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)
2 references to GetLocalVariableByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataFrame.cs (1)
320hrLegacy = _legacyImpl.GetLocalVariableByIndex(index, legacyLocalOut, bufLen, null, null);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (1)
396__retVal = @this.GetLocalVariableByIndex(index, localVariable, bufLen, nameLen, name);