2 implementations of DefineGlobalVariable
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
551void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.DefineGlobalVariable(string name, uint attributes, uint sig, byte* signature, uint addrKind, uint addr1, uint addr2, uint addr3)
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1049void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.DefineGlobalVariable(string name, uint attributes, uint sig, byte* signature, uint addrKind, uint addr1, uint addr2, uint addr3) => throw new global::System.Diagnostics.UnreachableException();
2 references to DefineGlobalVariable
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
580@this.DefineGlobalVariable(name, attributes, sig, signature, addrKind, addr1, addr2, addr3);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1133new void DefineGlobalVariable(string name, uint attributes, uint sig, byte* signature, uint addrKind, uint addr1, uint addr2, uint addr3) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).DefineGlobalVariable(name, attributes, sig, signature, addrKind, addr1, addr2, addr3);