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