13 references to ERR_PredefinedValueTupleTypeAmbiguous3
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1812
case ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
:
Symbols\Compilation_WellKnownMembers.cs (1)
164
errorInfo = new CSDiagnosticInfo(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, emittedName.FullName, conflicts.Item1, conflicts.Item2);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (11)
CodeGen\CodeGenTupleTest.cs (11)
4318
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, 1)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 17)
4341
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(int, int)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 9),
4344
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, 1)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 24)
4366
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(int, int)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(4, 19)
5523
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, 1)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(7, 14)
16805
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, 1)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 17)
16816
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, 1)").WithArguments("System.ValueTuple`2", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 17)
16867
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, null)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 16)
16939
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, null, 1, null, 1, null, 1, null, 1, null)").WithArguments("System.ValueTuple`3", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 16),
16942
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, null, 1, null, 1, null, 1, null, 1, null)").WithArguments("System.ValueTuple`8", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 16)
22433
Diagnostic(ErrorCode.
ERR_PredefinedValueTupleTypeAmbiguous3
, "(1, 1)").WithArguments("System.ValueTuple`2", "comp1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "comp2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(7, 14)