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