9 references to WRN_CLS_NoAbstractMembers
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
508this.AddDiagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, symbol.GetFirstLocation(), symbol);
Errors\ErrorFacts.cs (2)
392case ErrorCode.WRN_CLS_NoAbstractMembers: 1529or ErrorCode.WRN_CLS_NoAbstractMembers
Generated\ErrorFacts.Generated.cs (1)
135case ErrorCode.WRN_CLS_NoAbstractMembers:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\Source\ClsComplianceTests.cs (4)
931Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "M2").WithArguments("A.M2()"), 934Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "M").WithArguments("Kinds.M()"), 937Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "P").WithArguments("Kinds.P"), 940Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "E").WithArguments("Kinds.E"),
Symbols\SymbolErrorTests.cs (1)
19114Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "M").WithArguments("I.M()"));