4 references to ERR_StaticClassInterfaceImpl
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1062or ErrorCode.ERR_StaticClassInterfaceImpl
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
567diagnostics.Add(ErrorCode.ERR_StaticClassInterfaceImpl, location, this);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\SymbolErrorTests.cs (2)
13283Diagnostic(ErrorCode.ERR_StaticClassInterfaceImpl, "I").WithArguments("NS.C").WithLocation(7, 29), 13286Diagnostic(ErrorCode.ERR_StaticClassInterfaceImpl, "IGoo<string, V>").WithArguments("NS.D<V>").WithLocation(15, 25));