11 references to Create
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Conversions.cs (1)
3900return ConstantValue.Create(DoUncheckedConversion(destinationType, sourceValue), destinationType);
Binder\Binder_Operators.cs (7)
2812return ConstantValue.Create(newValue, resultType); 2841return ConstantValue.Create(newValue, resultType); 2860return ConstantValue.Create(newValue, resultType); 2882return ConstantValue.Create(newValue, resultType); 4475return ConstantValue.Create(newValue, resultType); 4494return ConstantValue.Create(newValue, resultType); 4516return ConstantValue.Create(newValue, resultType);
Symbols\TypedConstantExtensions.cs (3)
56ConstantValue valueConstant = ConstantValue.Create(constant.ValueInternal, splType); 91ConstantValue memberConstant = ConstantValue.Create(field.ConstantValue, specialType); 169ConstantValue memberConstant = ConstantValue.Create(field.ConstantValue, specialType);