13 references to Create
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder_Conversions.cs (1)
3261
return ConstantValue.
Create
(DoUncheckedConversion(destinationType, sourceValue), destinationType);
Binder\Binder_Expressions.cs (1)
7417
cv = ConstantValue.
Create
(value, specialType);
Binder\Binder_InterpolatedString.cs (1)
167
var constantValue = ConstantValue.
Create
(text, SpecialType.System_String);
Binder\Binder_Operators.cs (7)
2711
return ConstantValue.
Create
(newValue, resultType);
2740
return ConstantValue.
Create
(newValue, resultType);
2759
return ConstantValue.
Create
(newValue, resultType);
2781
return ConstantValue.
Create
(newValue, resultType);
4331
return ConstantValue.
Create
(newValue, resultType);
4350
return ConstantValue.
Create
(newValue, resultType);
4372
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);