9 references to ERR_InterfaceEventInitializer
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
682
or ErrorCode.
ERR_InterfaceEventInitializer
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
73
diagnostics.Add(ErrorCode.
ERR_InterfaceEventInitializer
, this.GetFirstLocation(), this);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Symbols\DefaultInterfaceImplementationTests.cs (6)
27555
Diagnostic(ErrorCode.
ERR_InterfaceEventInitializer
, "E1").WithArguments("I1.E1").WithLocation(4, 40),
28217
Diagnostic(ErrorCode.
ERR_InterfaceEventInitializer
, "P4").WithArguments("I1.P4").WithLocation(14, 33),
29666
Diagnostic(ErrorCode.
ERR_InterfaceEventInitializer
, "P1").WithArguments("I1.P1").WithLocation(4, 39),
30405
Diagnostic(ErrorCode.
ERR_InterfaceEventInitializer
, "P2").WithArguments("I2.P2").WithLocation(8, 32),
30611
Diagnostic(ErrorCode.
ERR_InterfaceEventInitializer
, "P2").WithArguments("I2.P2").WithLocation(8, 42),
45493
Diagnostic(ErrorCode.
ERR_InterfaceEventInitializer
, "F5").WithArguments("I1.F5").WithLocation(5, 33),
Symbols\SymbolErrorTests.cs (1)
999
Diagnostic(ErrorCode.
ERR_InterfaceEventInitializer
, "d").WithArguments("I.d").WithLocation(6, 22),