1 override of RewriteFieldReferencesInProperty
Microsoft.CodeAnalysis.CSharp.Features (1)
UseAutoProperty\CSharpUseAutoPropertyCodeFixProvider.cs (1)
60protected override PropertyDeclarationSyntax RewriteFieldReferencesInProperty(
1 reference to RewriteFieldReferencesInProperty
Microsoft.CodeAnalysis.Features (1)
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
149propertyDeclaration = RewriteFieldReferencesInProperty(propertyDeclaration, fieldLocations, cancellationToken);