2 references to CouldAutoCloseParentOrSelf
Microsoft.CodeAnalysis.Razor.Workspaces (2)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (2)
105
if (autoClosingBehavior == AutoClosingBehavior.EndTag && !
CouldAutoCloseParentOrSelf
(unescapedTagName, htmlElement))
129
if (autoClosingBehavior == AutoClosingBehavior.EndTag && !
CouldAutoCloseParentOrSelf
(name, tagHelperElement))