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