Naming Convention Violation in Section 22.5.7.5 of C# Specification
Open
:watch: Not Triaged
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 19h 10m
- Merged PRs (30d)
- 268
Description
### Describe the issue or suggestion
Hi,
In [Section 22.5.7.5: The DoesNotReturnIf Attribute](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/attributes#22575-the-doesnotreturnif-attribute), the `private bool isInitialized` field does not follow C# naming conventions and should be `private bool _isInitialized`.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.