16 references to ERR_PrivateAbstractAccessor
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
832
case ErrorCode.
ERR_PrivateAbstractAccessor
:
Symbols\Source\SourcePropertySymbolBase.cs (1)
930
diagnostics.Add(ErrorCode.
ERR_PrivateAbstractAccessor
, accessor.Locations[0], accessor);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (14)
Symbols\DefaultInterfaceImplementationTests.cs (10)
12914
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I1.P16.get").WithLocation(20, 23),
13449
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I1.P16.get").WithLocation(20, 23),
13522
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I1.P16.get").WithLocation(20, 23),
19859
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I1.P1.get").WithLocation(4, 31),
19862
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "set").WithArguments("I1.P2.set").WithLocation(5, 36),
21392
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I16.this[int].get").WithLocation(18, 49),
21923
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I16.this[int].get").WithLocation(18, 49),
21995
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I16.this[int].get").WithLocation(18, 49),
26432
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I1.this[sbyte].get").WithLocation(4, 42),
26435
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "set").WithArguments("I1.this[byte].set").WithLocation(5, 46),
Symbols\SymbolErrorTests.cs (4)
4150
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I.Q.get").WithLocation(4, 21),
4174
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("I.this[char].get").WithLocation(4, 32),
7404
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "set").WithArguments("MyClass.P.set").WithLocation(3, 42),
7407
Diagnostic(ErrorCode.
ERR_PrivateAbstractAccessor
, "get").WithArguments("MyClass.Q.get").WithLocation(4, 43));