1 write to CurrentTagName
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\AttributeCompletionContext.cs (1)
34CurrentTagName = currentTagName ?? throw new ArgumentNullException(nameof(currentTagName));
4 references to CurrentTagName
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Completion\TagHelperCompletionService.cs (4)
44var tagHelpersForTag = TagHelperFacts.GetTagHelpersGivenTag(documentContext, completionContext.CurrentTagName, completionContext.CurrentParentTagName); 52Debug.Assert(completionContext.CurrentTagName.StartsWith(prefix, StringComparison.OrdinalIgnoreCase)); 56completionContext.CurrentTagName, 68var unprefixedTagName = completionContext.CurrentTagName[prefix.Length..];