6 references to IsTupleConversion
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
368else if (conversion.IsTupleConversion)
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (3)
57c.IsTupleConversion || c.IsTupleLiteralConversion: 191case BoundConversion { Conversion.IsTupleConversion: true }: // If we were not able to push this conversion down the tree before getting here, it must be performed early, otherwise it won't be properly lowered by this machinery. 438expr.Type is { } exprType && exprType.IsNullableType() && o.Type is { } && o.Type.IsNullableType() && nested[0] is { IsTupleConversion: true } tupleConversion:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Analyzers\CSharp\Analyzers\UseDeconstruction\CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
156!conversion.IsTupleConversion &&
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseDeconstruction\CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
156!conversion.IsTupleConversion &&