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