6 references to ERR_PartialEventInitializer
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2490
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)
584
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "E").WithArguments("C.E").WithLocation(3, 33),
604
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "F").WithArguments("C.F").WithLocation(3, 36),
624
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "E").WithArguments("C.E").WithLocation(3, 33),
630
Diagnostic(ErrorCode.
ERR_PartialEventInitializer
, "F").WithArguments("C.F").WithLocation(3, 43),