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