13 references to Create
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder_Conversions.cs (1)
3760return ConstantValue.Create(DoUncheckedConversion(destinationType, sourceValue), destinationType);
Binder\Binder_Expressions.cs (1)
7580cv = ConstantValue.Create(value, specialType);
Binder\Binder_InterpolatedString.cs (1)
167var constantValue = ConstantValue.Create(text, SpecialType.System_String);
Binder\Binder_Operators.cs (7)
2821return ConstantValue.Create(newValue, resultType); 2850return ConstantValue.Create(newValue, resultType); 2869return ConstantValue.Create(newValue, resultType); 2891return ConstantValue.Create(newValue, resultType); 4476return ConstantValue.Create(newValue, resultType); 4495return ConstantValue.Create(newValue, resultType); 4517return 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);