6 references to GetConstrainedToTypeForOperator
Microsoft.CodeAnalysis.CSharp (6)
Operations\CSharpOperationFactory.cs (6)
1303
GetConstrainedToTypeForOperator
(method, boundCompoundAssignmentOperator.Operator.ConstrainedToTypeOpt).GetPublicSymbol(),
1330
GetConstrainedToTypeForOperator
(boundIncrementOperator.MethodOpt, boundIncrementOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1376
GetConstrainedToTypeForOperator
(boundUnaryOperator.MethodOpt, boundUnaryOperator.ConstrainedToTypeOpt).GetPublicSymbol(),
1430
TypeSymbol? constrainedToTypeOpt =
GetConstrainedToTypeForOperator
(boundBinaryOperator.LogicalOperator, boundBinaryOperator.ConstrainedToTypeOpt) ??
1431
GetConstrainedToTypeForOperator
(boundBinaryOperator.OperatorKind.Operator() == CSharp.BinaryOperatorKind.And ?
1464
GetConstrainedToTypeForOperator
(boundBinaryOperator.Method, boundBinaryOperator.ConstrainedToType).GetPublicSymbol(),