5 implementations of GetVariables
Microsoft.DiaSymReader (5)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
427int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables)
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (1)
1110int 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)
1112int 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)
1193int 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)
1166int 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)
1163new 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)
1171new 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)
1256new 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)
1235new 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);