2 implementations of DefineConstant
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1170
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
DefineConstant
(string name, object value, uint sig, byte* signature)
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1073
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
DefineConstant
(string name, object value, uint sig, byte* signature) => throw new global::System.Diagnostics.UnreachableException();
2 references to DefineConstant
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1212
@this.
DefineConstant
(name, value, sig, signature);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1169
new void DefineConstant(string name, object value, uint sig, byte* signature) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).
DefineConstant
(name, value, sig, signature);