1 write to ContainingParentTagName
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\ElementCompletionContext.cs (1)
34
ContainingParentTagName
= containingParentTagName;
4 references to ContainingParentTagName
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Completion\TagHelperCompletionService.cs (4)
176
completionContext.
ContainingParentTagName
);
195
if (!TagHelperMatchingConventions.SatisfiesParentTag(rule, completionContext.
ContainingParentTagName
.AsSpan()))
294
completionContext.
ContainingParentTagName
,
313
completionContext.
ContainingParentTagName
);