4 references to ERR_ExplicitEventFieldImpl
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
667or ErrorCode.ERR_ExplicitEventFieldImpl
Parser\LanguageParser.cs (2)
4991eventToken = this.AddError(eventToken, ErrorCode.ERR_ExplicitEventFieldImpl); 6534AddError(separator, ErrorCode.ERR_ExplicitEventFieldImpl));
Symbols\Source\SourceCustomEventSymbol.cs (1)
144diagnostics.Add(ErrorCode.ERR_ExplicitEventFieldImpl, this.GetFirstLocation());