2 references to event_field
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1971
=> symbol.AddMethod?.IsImplicitlyDeclared != false ? CSharpFeaturesResources.
event_field
: base.GetDisplayName(symbol);
2046
return CSharpFeaturesResources.
event_field
;