11 references to ERR_PartialMultipleBases
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
767
case ErrorCode.
ERR_PartialMultipleBases
:
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
340
var info = diagnostics.Add(ErrorCode.
ERR_PartialMultipleBases
, Locations[0], this);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenTupleTest.cs (2)
21068
Diagnostic(ErrorCode.
ERR_PartialMultipleBases
, "C2").WithArguments("C2").WithLocation(5, 22),
21071
Diagnostic(ErrorCode.
ERR_PartialMultipleBases
, "C1").WithArguments("C1").WithLocation(3, 22)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\NullableReferenceTypesTests.cs (3)
134175
Diagnostic(ErrorCode.
ERR_PartialMultipleBases
, "C").WithArguments("C").WithLocation(3, 15),
134470
Diagnostic(ErrorCode.
ERR_PartialMultipleBases
, "C1").WithArguments("C1<T>").WithLocation(3, 15),
134473
Diagnostic(ErrorCode.
ERR_PartialMultipleBases
, "C2").WithArguments("C2<T>").WithLocation(4, 15),
Semantics\RecordTests.cs (2)
25797
Diagnostic(ErrorCode.
ERR_PartialMultipleBases
, "C1").WithArguments("C1").WithLocation(3, 23),
25800
Diagnostic(ErrorCode.
ERR_PartialMultipleBases
, "C2").WithArguments("C2").WithLocation(5, 23)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\SymbolErrorTests.cs (2)
3595
new ErrorDescription { Code = (int)ErrorCode.
ERR_PartialMultipleBases
, Line = 5, Column = 19 });
3637
new ErrorDescription { Code = (int)ErrorCode.
ERR_PartialMultipleBases
, Line = 13, Column = 26 },