5 references to UpdateReadOnlyModifier
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
src\Analyzers\CSharp\CodeFixes\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyCodeFixProvider.cs (5)
50
UpdateReadOnlyModifier
(declaration, add: true));
61
UpdateReadOnlyModifier
(property, add: true));
82
UpdateReadOnlyModifier
(otherAccessor, add: false));
83
return
UpdateReadOnlyModifier
(currentProperty, add: true);
90
UpdateReadOnlyModifier
(currentAccessor, add: true));