6 references to event_field
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
EditAndContinue\TopLevelEditingTests.cs (5)
1973
Diagnostic(RudeEditKind.InsertIntoInterface, "StaticEvent", CSharpFeaturesResources.
event_field
),
1974
Diagnostic(RudeEditKind.InsertVirtual, "AbstractEvent", CSharpFeaturesResources.
event_field
));
2044
Diagnostic(RudeEditKind.InsertIntoGenericType, "EF", CSharpFeaturesResources.
event_field
),
13169
Diagnostic(RudeEditKind.InsertIntoStruct, "d", CSharpFeaturesResources.
event_field
, CSharpFeaturesResources.struct_));
13867
Diagnostic(RudeEditKind.Move, "event int c = 2", CSharpFeaturesResources.
event_field
));
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2009
return CSharpFeaturesResources.
event_field
;