6 references to WithOverflowChecksIfApplicable
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Operators.cs (6)
3151kind.WithType(UnaryOperatorKind.Dynamic).WithOverflowChecksIfApplicable(CheckOverflowAtRuntime), 3273signature.Kind.WithOverflowChecksIfApplicable(CheckOverflowAtRuntime), 3458(kind | UnaryOperatorKind.UserDefined).WithOverflowChecksIfApplicable(checkOverflowAtRuntime), 3483(kind | UnaryOperatorKind.UserDefined).WithOverflowChecksIfApplicable(checkOverflowAtRuntime), 4185operatorKind: kind.WithType(UnaryOperatorKind.Dynamic).WithOverflowChecksIfApplicable(CheckOverflowAtRuntime), 4225resultOperatorKind.WithOverflowChecksIfApplicable(CheckOverflowAtRuntime),