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