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