2 references to GetIsOperatorConstantResult
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (2)
3361
ConstantValue constantValue =
GetIsOperatorConstantResult
(operandType, targetType, conversionKind, operandConstantValue);
3948
ConstantValue isOperatorConstantResult =
GetIsOperatorConstantResult
(operandType, targetType, conversionKind, operandConstantValue);