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