1 override of RewriteFieldReferencesInProperty
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\UseAutoProperty\CSharpUseAutoPropertyCodeFixProvider.cs (1)
62
protected override PropertyDeclarationSyntax
RewriteFieldReferencesInProperty
(
1 reference to RewriteFieldReferencesInProperty
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
151
propertyDeclaration =
RewriteFieldReferencesInProperty
(propertyDeclaration, fieldLocations, cancellationToken);