Skip to content

Commit bccb0c2

Browse files
Copilotdex3r
andcommitted
Fix CSharpAccessibilityKeyword doc to list all defaulting cases
Co-authored-by: dex3r <[email protected]> Agent-Logs-Url: https://github.com/dex3r/EasySourceGenerators/sessions/7c930db8-e3f7-42d9-98cd-41cf86cdc442
1 parent 174a3e2 commit bccb0c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

EasySourceGenerators.Generators/SourceEmitting/CSharpAccessibilityKeyword.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ internal static class CSharpAccessibilityKeyword
1010
/// <summary>
1111
/// Converts a Roslyn <see cref="Accessibility"/> value to its C# keyword representation.
1212
/// When <paramref name="defaultToPrivate"/> is <c>true</c> (the default), returns <c>"private"</c>
13-
/// for <see cref="Accessibility.Private"/> and unrecognized values.
13+
/// for <see cref="Accessibility.Private"/>, <see cref="Accessibility.NotApplicable"/>,
14+
/// and any unrecognized values.
1415
/// When <c>false</c>, returns an empty string instead — useful in contexts where
1516
/// the <c>private</c> keyword is implicit (e.g., dummy implementations).
1617
/// </summary>

0 commit comments

Comments
 (0)