1 implementation of GetSelectedFieldsAndPropertiesAsync
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsService.cs (1)
116
public Task<ImmutableArray<SyntaxNode>>
GetSelectedFieldsAndPropertiesAsync
(SyntaxTree tree, TextSpan textSpan, bool allowPartialSelection, CancellationToken cancellationToken)