Parse Notification Level
enum ParseNotificationLevel : Enum<CompilerDiagnostics.ParseNotificationLevel>
Content copied to clipboard
These enumeration values form a priority scheme for reporting parsing problems.
Entries
Link copied to clipboard
Content copied to clipboard
Never report the parse problem, and don't include the current error location as a potential place at which to describe expectations (potential syntax errors) unless there is a stronger (i.e., non-{code SILENT}) problem at the same position.