11 references to event_
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2075
return FeaturesResources.
event_
;
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (9)
EditAndContinue\Helpers\EditingTestBase.cs (1)
88
"event" => FeaturesResources.
event_
,
EditAndContinue\TopLevelEditingTests.cs (8)
2276
Diagnostic(RudeEditKind.InsertIntoInterface, "static event Action StaticEvent2", FeaturesResources.
event_
),
2277
Diagnostic(RudeEditKind.InsertVirtual, "event Action VirtualEvent", FeaturesResources.
event_
),
2278
Diagnostic(RudeEditKind.InsertIntoInterface, "sealed event Action NonVirtualEvent", FeaturesResources.
event_
),
2365
Diagnostic(RudeEditKind.InsertNotSupportedByRuntime, "event Action E", FeaturesResources.
event_
),
23360
Diagnostic(RudeEditKind.ModifiersUpdate, newModifiers + "event Action F", FeaturesResources.
event_
));
23710
[Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "event Action F", FeaturesResources.
event_
)],
23810
[Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "event Action F", FeaturesResources.
event_
)],
23910
[Diagnostic(RudeEditKind.RenamingNotSupportedByRuntime, "event System.Action F", FeaturesResources.
event_
)],
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
323
=> FeaturesResources.
event_
;