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