5 implementations of GetGlobalVariables
Microsoft.DiaSymReader (5)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
560int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables)
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (1)
1112int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
1114int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1195int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1168int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException();
5 references to GetGlobalVariables
Microsoft.DiaSymReader (5)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
665__retVal = @this.GetGlobalVariables(bufferLength, out count, variables);
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (1)
1167new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables);
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
1175new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables);
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1260new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1239new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables);