8 references to ERR_FileTypeBase
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2243case ErrorCode.ERR_FileTypeBase:
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (2)
396diagnostics.Add(ErrorCode.ERR_FileTypeBase, baseTypeLocation, baseType, this); 413diagnostics.Add(ErrorCode.ERR_FileTypeBase, interfaceLocations[i], i, this);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\Source\FileModifierTests.cs (5)
2152Diagnostic(ErrorCode.ERR_FileTypeBase, "Derived1").WithArguments("Base", "Derived1").WithLocation(2, 7), 2158Diagnostic(ErrorCode.ERR_FileTypeBase, "Derived2").WithArguments("Base", "Derived2").WithLocation(3, 14)); 2178Diagnostic(ErrorCode.ERR_FileTypeBase, "Derived3").WithArguments("Interface", "Derived3").WithLocation(6, 11)); 2283Diagnostic(ErrorCode.ERR_FileTypeBase, "Derived").WithArguments("I1", "Derived").WithLocation(3, 19)); 3469Diagnostic(ErrorCode.ERR_FileTypeBase, "D").WithArguments("NS.C", "NS.D").WithLocation(8, 7));