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