2 writes to IsSelfClosing
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (2)
1083IsSelfClosing = isSelfClosing, 1648IsSelfClosing = node.MarkupStartTag?.IsSelfClosing() ?? false,
3 references to IsSelfClosing
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultTagHelperResolutionPhase.cs (3)
158if (elementNode.StartTagNameSpan == null && !elementNode.IsSelfClosing && attributes.IsEmpty) 351if (!elementNode.HasEndTag && !elementNode.IsSelfClosing && !isResolvedVoidElement 449if (elementNode.IsSelfClosing)