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