9 references to WRN_CLS_NoAbstractMembers
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
501this.AddDiagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, symbol.Locations[0], symbol);
Errors\ErrorFacts.cs (2)
379case ErrorCode.WRN_CLS_NoAbstractMembers: 1468case 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)
932Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "M2").WithArguments("A.M2()"), 935Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "M").WithArguments("Kinds.M()"), 938Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "P").WithArguments("Kinds.P"), 941Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "E").WithArguments("Kinds.E"),
Symbols\SymbolErrorTests.cs (1)
18969Diagnostic(ErrorCode.WRN_CLS_NoAbstractMembers, "M").WithArguments("I.M()"));