25 references to event_
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (15)
EditAndContinue\TopLevelEditingTests.cs (15)
1969
Diagnostic(RudeEditKind.InsertIntoInterface, "static event Action StaticEvent2", FeaturesResources.
event_
),
1970
Diagnostic(RudeEditKind.InsertVirtual, "event Action VirtualEvent", FeaturesResources.
event_
),
1971
Diagnostic(RudeEditKind.InsertIntoInterface, "sealed event Action NonVirtualEvent", FeaturesResources.
event_
),
2043
Diagnostic(RudeEditKind.InsertIntoGenericType, "event Action E", FeaturesResources.
event_
),
12980
Diagnostic(RudeEditKind.FieldKindUpdate, "event Action a", FeaturesResources.
event_
));
13744
new[] { Diagnostic(RudeEditKind.ChangingTypeNotSupportedByRuntime, "event System.Action<" + newType + "> E", FeaturesResources.
event_
) },
13766
new[] { Diagnostic(RudeEditKind.ChangingTypeNotSupportedByRuntime, "event System.Action<(int a, double b)> E", FeaturesResources.
event_
) },
13811
new[] { Diagnostic(RudeEditKind.RenamingNotSupportedByRuntime, "event int F", FeaturesResources.
event_
) },
13851
new[] { Diagnostic(RudeEditKind.ChangingTypeNotSupportedByRuntime, "event string E", FeaturesResources.
event_
) },
16302
Diagnostic(RudeEditKind.ModifiersUpdate, newModifiers + "event Action F", FeaturesResources.
event_
));
16519
Diagnostic(RudeEditKind.ModifiersUpdate, "public readonly event Action E", FeaturesResources.
event_
));
16563
new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "event Action F", FeaturesResources.
event_
) },
16594
new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "event Action F", FeaturesResources.
event_
) },
16655
new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "event Action F", FeaturesResources.
event_
) },
16683
new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "event Action F", FeaturesResources.
event_
) },
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2038
return FeaturesResources.
event_
;
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
331
SymbolKind.Event => FeaturesResources.
event_
,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (7)
EditAndContinue\TopLevelEditingTests.vb (7)
1191
Diagnostic(RudeEditKind.InsertVirtual, "Event VirtualEvent", FeaturesResources.
event_
))
1296
Diagnostic(RudeEditKind.InsertIntoGenericType, "Event E1(sender As Object, e As EventArgs)", FeaturesResources.
event_
),
1297
Diagnostic(RudeEditKind.InsertIntoGenericType, "Event E2", FeaturesResources.
event_
),
1298
Diagnostic(RudeEditKind.InsertIntoGenericType, "Event E3", FeaturesResources.
event_
),
7260
Diagnostic(RudeEditKind.Move, "Event c", FeaturesResources.
event_
))
7332
Diagnostic(RudeEditKind.InsertIntoStruct, "Private Event d As System.Action", FeaturesResources.
event_
, VBFeaturesResources.structure_),
10134
Diagnostic(RudeEditKind.ModifiersUpdate, newModifiers + "Event E", FeaturesResources.
event_
))
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1973
Return FeaturesResources.
event_