9 references to CheckConstraintLanguageVersionAndRuntimeSupportForOperator
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Operators.cs (7)
244
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, bestSignature.Method,
812
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, userDefinedOperator, isUnsignedRightShift: false, constrainedToTypeOpt: null, diagnostics);
1033
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method,
1487
_ =
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method, isUnsignedRightShift: false, signature.ConstrainedToTypeOpt, diagnostics) &&
1488
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, kind == BinaryOperatorKind.LogicalAnd ? falseOperator : trueOperator,
3265
CheckConstraintLanguageVersionAndRuntimeSupportForOperator
(node, signature.Method, isUnsignedRightShift: false, signature.ConstrainedToTypeOpt, diagnostics);
4253
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);