-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEBugConcept-APIThis issue involves adding, removing, clarification, or modification of an API.This issue involves adding, removing, clarification, or modification of an API.
Milestone
Description
Currently we hard-coded $Main as a symbol name:
Line 699 in 6db6c5e
| => (methodSymbol.Name == WellKnownMemberNames.EntryPointMethodName || methodSymbol.Name == "$Main") && |
We should define a constant in WellKnownMemberNames for this and reference it from the analyzer.
🔗 Originally requested in #45090 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEBugConcept-APIThis issue involves adding, removing, clarification, or modification of an API.This issue involves adding, removing, clarification, or modification of an API.