2 instantiations of Single
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_TupleOperators.cs (2)
111
return new TupleBinaryOperatorInfo.
Single
(binary.Left.Type, binary.Right.Type, binary.OperatorKind, binary.Method, binary.ConstrainedToType,
198
return new TupleBinaryOperatorInfo.
Single
(dynamicType, dynamicType, elementOperatorKind,
2 references to Single
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (2)
255
return RewriteTupleSingleOperator((TupleBinaryOperatorInfo.
Single
)@operator, left, right, boolType, operatorKind);
541
private BoundExpression RewriteTupleSingleOperator(TupleBinaryOperatorInfo.
Single
single,