5 implementations of GetVariables
Microsoft.DiaSymReader (5)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
427
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetVariables
(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables)
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (1)
1110
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetVariables
(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
1112
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetVariables
(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1193
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetVariables
(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1166
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetVariables
(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
5 references to GetVariables
Microsoft.DiaSymReader (5)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
532
__retVal = @this.
GetVariables
(methodToken, bufferLength, out count, variables);
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (1)
1163
new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetVariables
(methodToken, bufferLength, out count, variables);
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
1171
new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetVariables
(methodToken, bufferLength, out count, variables);
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1256
new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetVariables
(methodToken, bufferLength, out count, variables);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1235
new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetVariables
(methodToken, bufferLength, out count, variables);