6 references to ERR_TupleInferredNamesNotAvailable
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1829or ErrorCode.ERR_TupleInferredNamesNotAvailable
Symbols\Tuples\TupleFieldSymbol.cs (1)
283return 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)
3736Diagnostic(ErrorCode.ERR_TupleInferredNamesNotAvailable, "a").WithArguments("a", "7.1").WithLocation(8, 32), 3862Diagnostic(ErrorCode.ERR_TupleInferredNamesNotAvailable, "a").WithArguments("a", "7.1").WithLocation(8, 32), 4081Diagnostic(ErrorCode.ERR_TupleInferredNamesNotAvailable, "M").WithArguments("M", "7.1")