6 references to ERR_TupleInferredNamesNotAvailable
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1769case ErrorCode.ERR_TupleInferredNamesNotAvailable:
Symbols\Tuples\TupleFieldSymbol.cs (1)
282return new UseSiteInfo<AssemblySymbol>(new CSDiagnosticInfo(ErrorCode.ERR_TupleInferredNamesNotAvailable, _name,
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\CodeGenDeconstructTests.cs (1)
1640Diagnostic(ErrorCode.ERR_TupleInferredNamesNotAvailable, "x").WithArguments("x", "7.1").WithLocation(8, 37)
CodeGen\CodeGenTupleTest.cs (3)
3731Diagnostic(ErrorCode.ERR_TupleInferredNamesNotAvailable, "a").WithArguments("a", "7.1").WithLocation(8, 32), 3857Diagnostic(ErrorCode.ERR_TupleInferredNamesNotAvailable, "a").WithArguments("a", "7.1").WithLocation(8, 32), 4076Diagnostic(ErrorCode.ERR_TupleInferredNamesNotAvailable, "M").WithArguments("M", "7.1")