5 references to UpdateReadOnlyModifier
Microsoft.CodeAnalysis.CSharp.Features (5)
CSharpMakeStructMemberReadOnlyCodeFixProvider.cs (5)
57
UpdateReadOnlyModifier
(declaration, add: true));
68
UpdateReadOnlyModifier
(property, add: true));
89
UpdateReadOnlyModifier
(otherAccessor, add: false));
90
return
UpdateReadOnlyModifier
(currentProperty, add: true);
97
UpdateReadOnlyModifier
(currentAccessor, add: true));