7 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
;
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (5)
EditAndContinue\Helpers\EditingTestBase.cs (1)
89
"event field" => CSharpFeaturesResources.
event_field
,
EditAndContinue\TopLevelEditingTests.cs (4)
2280
Diagnostic(RudeEditKind.InsertIntoInterface, "StaticEvent", CSharpFeaturesResources.
event_field
),
2281
Diagnostic(RudeEditKind.InsertVirtual, "AbstractEvent", CSharpFeaturesResources.
event_field
));
2410
Diagnostic(RudeEditKind.InsertNotSupportedByRuntime, "EF", CSharpFeaturesResources.
event_field
),
2427
Diagnostic(RudeEditKind.InsertNotSupportedByRuntime, "EF", CSharpFeaturesResources.
event_field
)