4 references to GetIsOperatorConstantResult
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (2)
4788
ConstantValue constantValue =
GetIsOperatorConstantResult
(operandType, targetType, conversionKind, operandConstantValue);
5375
ConstantValue isOperatorConstantResult =
GetIsOperatorConstantResult
(operandType, targetType, conversionKind, operandConstantValue);
Binder\Binder_Patterns.cs (1)
829
ConstantValue result = Binder.
GetIsOperatorConstantResult
(expressionType, patternType, conversion.Kind, operandConstantValue, operandCouldBeNull);
Lowering\LocalRewriter\LocalRewriter_IsOperator.cs (1)
58
ConstantValue constantValue = Binder.
GetIsOperatorConstantResult
(operandType, targetType, conversionKind, rewrittenOperand.ConstantValueOpt);