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