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