2 implementations of DefineGlobalVariable2
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1308
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
DefineGlobalVariable2
(string name, int attributes, int sigToken, uint addrKind, uint addr1, uint addr2, uint addr3)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1079
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
DefineGlobalVariable2
(string name, int attributes, int sigToken, uint addrKind, uint addr1, uint addr2, uint addr3) => throw new global::System.Diagnostics.UnreachableException();
2 references to DefineGlobalVariable2
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1337
@this.
DefineGlobalVariable2
(name, attributes, sigToken, addrKind, addr1, addr2, addr3);
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1178
new void DefineGlobalVariable2(string name, int attributes, int sigToken, uint addrKind, uint addr1, uint addr2, uint addr3) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).
DefineGlobalVariable2
(name, attributes, sigToken, addrKind, addr1, addr2, addr3);