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