6 references to GetConstrainedToTypeForOperator
Microsoft.CodeAnalysis.CSharp (6)
Operations\CSharpOperationFactory.cs (6)
1445
GetConstrainedToTypeForOperator
(method, boundCompoundAssignmentOperator.Operator.ConstrainedToTypeOpt).GetPublicSymbol(),
1472
GetConstrainedToTypeForOperator
(boundIncrementOperator.MethodOpt, boundIncrementOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1518
GetConstrainedToTypeForOperator
(boundUnaryOperator.MethodOpt, boundUnaryOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1572
TypeSymbol? constrainedToTypeOpt =
GetConstrainedToTypeForOperator
(boundBinaryOperator.LogicalOperator, boundBinaryOperator.ConstrainedToTypeOpt) ??
1573
GetConstrainedToTypeForOperator
(boundBinaryOperator.OperatorKind.Operator() == CSharp.BinaryOperatorKind.And ?
1597
GetConstrainedToTypeForOperator
(binaryOperatorMethod, boundBinaryOperator.ConstrainedToType).GetPublicSymbol(),