6 references to GetConstrainedToTypeForOperator
Microsoft.CodeAnalysis.CSharp (6)
Operations\CSharpOperationFactory.cs (6)
1420
GetConstrainedToTypeForOperator
(method, boundCompoundAssignmentOperator.Operator.ConstrainedToTypeOpt).GetPublicSymbol(),
1447
GetConstrainedToTypeForOperator
(boundIncrementOperator.MethodOpt, boundIncrementOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1493
GetConstrainedToTypeForOperator
(boundUnaryOperator.MethodOpt, boundUnaryOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1547
TypeSymbol? constrainedToTypeOpt =
GetConstrainedToTypeForOperator
(boundBinaryOperator.LogicalOperator, boundBinaryOperator.ConstrainedToTypeOpt) ??
1548
GetConstrainedToTypeForOperator
(boundBinaryOperator.OperatorKind.Operator() == CSharp.BinaryOperatorKind.And ?
1572
GetConstrainedToTypeForOperator
(binaryOperatorMethod, boundBinaryOperator.ConstrainedToType).GetPublicSymbol(),