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