7 references to AddConstant
ILAssembler (3)
EntityRegistry.cs (3)
246
builder.
AddConstant
(fieldDef.Handle, fieldDef.ConstantValue);
293
builder.
AddConstant
(param.Handle, param.ConstantValue);
368
builder.
AddConstant
(prop.Handle, prop.ConstantValue);
Microsoft.CodeAnalysis (3)
PEWriter\MetadataWriter.cs (3)
2411
metadata.
AddConstant
(
2424
metadata.
AddConstant
(
2437
metadata.
AddConstant
(
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
887
_metadataBuilder.
AddConstant
(parent: parentHandle, value: defaultValue);