6 references to ERR_BadVisBaseInterface
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
679or ErrorCode.ERR_BadVisBaseInterface
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
409diagnostics.Add(ErrorCode.ERR_BadVisBaseInterface, interfaceLocations[i], this, i);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\Source\BaseClassTests.cs (3)
441Diagnostic(ErrorCode.ERR_BadVisBaseInterface, "IBar").WithArguments("IBar", "IGoo").WithLocation(21, 19), 444Diagnostic(ErrorCode.ERR_BadVisBaseInterface, "IBar").WithArguments("IBar", "IBam").WithLocation(21, 19), 447Diagnostic(ErrorCode.ERR_BadVisBaseInterface, "IBar").WithArguments("IBar", "IBaz").WithLocation(25, 19));
Symbols\SymbolErrorTests.cs (1)
784new ErrorDescription { Code = (int)ErrorCode.ERR_BadVisBaseInterface, Line = 2, Column = 18 });