4 references to SetConstantValue
mscorlib (4)
system\reflection\emit\typebuilder.cs (4)
493SetConstantValue(module.GetNativeHandle(), tk, (int)corType, pData); 500SetConstantValue(module.GetNativeHandle(), tk, (int)CorElementType.String, pString); 506SetConstantValue(module.GetNativeHandle(), tk, (int)CorElementType.I8, &ticks); 524SetConstantValue(module.GetNativeHandle(), tk, (int)CorElementType.Class, null);