4 references to WithType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (2)
86kind.WithType(BinaryOperatorKind.Dynamic).WithOverflowChecksIfApplicable(CheckOverflowAtRuntime), 847operatorKind: (hasError ? kind : kind.WithType(BinaryOperatorKind.Dynamic)).WithOverflowChecksIfApplicable(CheckOverflowAtRuntime),
Binder\Binder_TupleOperators.cs (1)
197BinaryOperatorKind elementOperatorKind = hasError ? kind : kind.WithType(BinaryOperatorKind.Dynamic);
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
1076operatorKind: leftOperator.WithType(kind.OperandTypes()),