9 references to CheckConstraintLanguageVersionAndRuntimeSupportForOperator
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Operators.cs (7)
244
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, bestSignature.Method,
805
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, userDefinedOperator, isUnsignedRightShift: false, constrainedToTypeOpt: null, diagnostics);
1026
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method,
1480
_ =
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method, isUnsignedRightShift: false, signature.ConstrainedToTypeOpt, diagnostics) &&
1481
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, kind == BinaryOperatorKind.LogicalAnd ? falseOperator : trueOperator,
3243
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method, isUnsignedRightShift: false, signature.ConstrainedToTypeOpt, diagnostics);
4221
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method, isUnsignedRightShift: false, signature.ConstrainedToTypeOpt, diagnostics);
Binder\Binder_Statements.cs (1)
2764
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method, isUnsignedRightShift: false, signature.ConstrainedToTypeOpt, diagnostics);
Binder\Binder_TupleOperators.cs (1)
109
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, boolOperator.Method, isUnsignedRightShift: false, boolOperator.ConstrainedToTypeOpt, diagnostics);