6 references to ERR_PartialEventInitializer
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2489
or ErrorCode.
ERR_PartialEventInitializer
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
85
diagnostics.Add(ErrorCode.
ERR_PartialEventInitializer
, this.GetFirstLocation(), this);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
PartialEventsAndConstructorsTests.cs (4)
642
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "E").WithArguments("C.E").WithLocation(3, 33),
662
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "F").WithArguments("C.F").WithLocation(3, 36),
682
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "E").WithArguments("C.E").WithLocation(3, 33),
688
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "F").WithArguments("C.F").WithLocation(3, 43),