1 implementation of GetSelectedFieldsAndPropertiesAsync
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsService.cs (1)
116
public Task<ImmutableArray<SyntaxNode>>
GetSelectedFieldsAndPropertiesAsync
(SyntaxTree tree, TextSpan textSpan, bool allowPartialSelection, CancellationToken cancellationToken)
1 reference to GetSelectedFieldsAndPropertiesAsync
Microsoft.CodeAnalysis.Features (1)
GenerateFromMembers\GenerateFromMembersHelpers.cs (1)
28
var selectedDeclarations = await syntaxFacts.
GetSelectedFieldsAndPropertiesAsync
(