32 references to ERR_AbstractInConcreteClass
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (1)
929
or ErrorCode.
ERR_AbstractInConcreteClass
Symbols\Source\SourceEventSymbol.cs (1)
673
diagnostics.Add(ErrorCode.
ERR_AbstractInConcreteClass
, location, this, ContainingType);
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
903
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)
8599
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("NS.clx.P.get", "NS.clx").WithLocation(8, 36),
8602
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "set").WithArguments("NS.clx.P.set", "NS.clx").WithLocation(8, 41),
8605
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M2").WithArguments("NS.clx.M2()", "NS.clx").WithLocation(6, 34),
8608
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M3").WithArguments("NS.clx.M3(sbyte)", "NS.clx").WithLocation(7, 42),
8611
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M1").WithArguments("NS.clx.M1()", "NS.clx").WithLocation(5, 30));
8627
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "E").WithArguments("C.E", "C"),
8630
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("C.this[int].get", "C"),
8633
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "set").WithArguments("C.this[int].set", "C"));
13769
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "F").WithArguments("C.F()", "C").WithLocation(4, 23),
13771
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("C.P.get", "C").WithLocation(5, 27),
13773
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "set").WithArguments("C.Q.set", "C").WithLocation(6, 27),
20515
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M").WithArguments("M()", "Script").WithLocation(1, 24),
20518
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("P.get", "Script").WithLocation(2, 30),
20521
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "E").WithArguments("E", "Script").WithLocation(3, 45));
20537
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "M").WithArguments("M()", "Script").WithLocation(1, 24),
20540
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "get").WithArguments("P.get", "Script").WithLocation(2, 30),
20543
Diagnostic(ErrorCode.
ERR_AbstractInConcreteClass
, "E").WithArguments("E", "Script").WithLocation(3, 45));