1 write to CurrentAttributeName
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\AttributeCompletionContext.cs (1)
35
CurrentAttributeName
= currentAttributeName;
2 references to CurrentAttributeName
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\TagHelperCompletionService.cs (2)
133
(completionContext.
CurrentAttributeName
is null ||
134
!string.Equals(attributeName, completionContext.
CurrentAttributeName
, StringComparison.OrdinalIgnoreCase)))