1 implementation of GetAttributeCompletions
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\TagHelperCompletionService.cs (1)
34
public AttributeCompletionResult
GetAttributeCompletions
(AttributeCompletionContext completionContext)
1 reference to GetAttributeCompletions
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\TagHelperCompletionProvider.cs (1)
193
var completionResult = _tagHelperCompletionService.
GetAttributeCompletions
(attributeCompletionContext);