4 references to UpdateReadOnlyModifier
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
src\Analyzers\CSharp\CodeFixes\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyCodeFixProvider.cs (4)
63
UpdateReadOnlyModifier
(property, add: true));
84
UpdateReadOnlyModifier
(otherAccessor, add: false));
85
return
UpdateReadOnlyModifier
(currentProperty, add: true);
92
UpdateReadOnlyModifier
(currentAccessor, add: true));