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