2 implementations of GetSelectedFieldsAndPropertiesAsync
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFactsService.cs (1)
116public Task<ImmutableArray<SyntaxNode>> GetSelectedFieldsAndPropertiesAsync(SyntaxTree tree, TextSpan textSpan, bool allowPartialSelection, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFactsService.vb (1)
39Public Function GetSelectedFieldsAndPropertiesAsync(tree As SyntaxTree, textSpan As TextSpan, allowPartialSelection As Boolean, cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of SyntaxNode)) Implements ISyntaxFactsService.GetSelectedFieldsAndPropertiesAsync
2 references to GetSelectedFieldsAndPropertiesAsync
Microsoft.CodeAnalysis.Features (1)
GenerateFromMembers\AbstractGenerateFromMembersCodeRefactoringProvider.cs (1)
33var selectedDeclarations = await syntaxFacts.GetSelectedFieldsAndPropertiesAsync(
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFactsService.vb (1)
39Public Function GetSelectedFieldsAndPropertiesAsync(tree As SyntaxTree, textSpan As TextSpan, allowPartialSelection As Boolean, cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of SyntaxNode)) Implements ISyntaxFactsService.GetSelectedFieldsAndPropertiesAsync