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