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