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