2 implementations of DefineConstant2
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1351void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.DefineConstant2(string name, global::Microsoft.DiaSymReader.VariantStructure value, int constantSignatureToken)
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1081void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.DefineConstant2(string name, global::Microsoft.DiaSymReader.VariantStructure value, int constantSignatureToken) => throw new global::System.Diagnostics.UnreachableException();
4 references to DefineConstant2
Microsoft.DiaSymReader (4)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1380@this.DefineConstant2(name, value, constantSignatureToken);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1181new void DefineConstant2(string name, global::Microsoft.DiaSymReader.VariantStructure value, int constantSignatureToken) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).DefineConstant2(name, value, constantSignatureToken);
Writer\SymUnmanagedWriterImpl.cs (2)
322symWriter.DefineConstant2(name, new VariantStructure(dateTime), constantSignatureToken); 362symWriter.DefineConstant2(name, variant, constantSignatureToken);