6 references to GetConstrainedToTypeForOperator
Microsoft.CodeAnalysis.CSharp (6)
Operations\CSharpOperationFactory.cs (6)
1370
GetConstrainedToTypeForOperator
(method, boundCompoundAssignmentOperator.Operator.ConstrainedToTypeOpt).GetPublicSymbol(),
1397
GetConstrainedToTypeForOperator
(boundIncrementOperator.MethodOpt, boundIncrementOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1443
GetConstrainedToTypeForOperator
(boundUnaryOperator.MethodOpt, boundUnaryOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1497
TypeSymbol? constrainedToTypeOpt =
GetConstrainedToTypeForOperator
(boundBinaryOperator.LogicalOperator, boundBinaryOperator.ConstrainedToTypeOpt) ??
1498
GetConstrainedToTypeForOperator
(boundBinaryOperator.OperatorKind.Operator() == CSharp.BinaryOperatorKind.And ?
1531
GetConstrainedToTypeForOperator
(boundBinaryOperator.Method, boundBinaryOperator.ConstrainedToType).GetPublicSymbol(),