4 references to GetIsOperatorConstantResult
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (2)
5041ConstantValue constantValue = GetIsOperatorConstantResult(operandType, targetType, conversionKind, operandConstantValue, ref useSiteInfo); 5654ConstantValue isOperatorConstantResult = GetIsOperatorConstantResult(operandType, targetType, conversionKind, operandConstantValue, ref useSiteInfo);
Binder\Binder_Patterns.cs (1)
1016ConstantValue result = Binder.GetIsOperatorConstantResult(expressionType, patternType, conversion.Kind, operandConstantValue, ref useSiteInfo, operandCouldBeNull);
Lowering\LocalRewriter\LocalRewriter_IsOperator.cs (1)
59ConstantValue constantValue = Binder.GetIsOperatorConstantResult(operandType, targetType, conversionKind, rewrittenOperand.ConstantValueOpt, ref useSiteInfo);