4 references to SetConstantValue
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (4)
269SetConstantValue(new QCallModule(ref module), tk, (int)corType, pData); 276SetConstantValue(new QCallModule(ref module), tk, (int)CorElementType.ELEMENT_TYPE_STRING, pString); 282SetConstantValue(new QCallModule(ref module), tk, (int)CorElementType.ELEMENT_TYPE_I8, &ticks); 297SetConstantValue(new QCallModule(ref module), tk, (int)CorElementType.ELEMENT_TYPE_CLASS, null);