32 references to ERR_AbstractInConcreteClass
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (1)
930
or ErrorCode.
ERR_AbstractInConcreteClass
Symbols\Source\SourceEventSymbol.cs (1)
677
diagnostics.Add(ErrorCode.
ERR_AbstractInConcreteClass
, location, this, ContainingType);
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
921
diagnostics.Add(ErrorCode.
ERR_AbstractInConcreteClass
, location, this, ContainingType);
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
533
diagnostics.Add(ErrorCode.
ERR_AbstractInConcreteClass
, location, this, ContainingType);
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
157
diagnostics.Add(ErrorCode.
ERR_AbstractInConcreteClass
, location, this, ContainingType);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Semantics\RecordTests.cs (3)
25984
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "E").WithArguments("C.E", "C"),
25987
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("C.this[int].get", "C"),
25990
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "set").WithArguments("C.this[int].set", "C"));
Symbols\UserDefinedCompoundAssignmentOperatorsTests.cs (5)
788
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, op).WithArguments("C1.operator " + op + @"()", "C1").WithLocation(4, 34),
791
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, op).WithArguments("C2.operator checked " + op + @"()", "C2").WithLocation(9, 43)
8974
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, op).WithArguments("C1.operator " + op + @"(int)", "C1").WithLocation(4, 34),
8977
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, op).WithArguments("C2.operator checked " + op + @"(int)", "C2").WithLocation(8, 43)
8982
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, op).WithArguments("C1.operator " + op + @"(int)", "C1").WithLocation(4, 34)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (19)
Symbols\Source\ExpressionBodiedMethodTests.cs (1)
127
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M").WithArguments("C.M()", "C").WithLocation(4, 24));
Symbols\Source\ExpressionBodiedPropertyTests.cs (1)
88
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "1").WithArguments("C.P.get", "C").WithLocation(4, 29));
Symbols\SymbolErrorTests.cs (17)
8610
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("NS.clx.P.get", "NS.clx").WithLocation(8, 36),
8613
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "set").WithArguments("NS.clx.P.set", "NS.clx").WithLocation(8, 41),
8616
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M2").WithArguments("NS.clx.M2()", "NS.clx").WithLocation(6, 34),
8619
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M3").WithArguments("NS.clx.M3(sbyte)", "NS.clx").WithLocation(7, 42),
8622
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M1").WithArguments("NS.clx.M1()", "NS.clx").WithLocation(5, 30));
8638
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "E").WithArguments("C.E", "C"),
8641
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("C.this[int].get", "C"),
8644
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "set").WithArguments("C.this[int].set", "C"));
13780
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "F").WithArguments("C.F()", "C").WithLocation(4, 23),
13782
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("C.P.get", "C").WithLocation(5, 27),
13784
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "set").WithArguments("C.Q.set", "C").WithLocation(6, 27),
20526
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M").WithArguments("M()", "Script").WithLocation(1, 24),
20529
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("P.get", "Script").WithLocation(2, 30),
20532
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "E").WithArguments("E", "Script").WithLocation(3, 45));
20548
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M").WithArguments("M()", "Script").WithLocation(1, 24),
20551
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("P.get", "Script").WithLocation(2, 30),
20554
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "E").WithArguments("E", "Script").WithLocation(3, 45));