3 references to ElementHasSignificantWhitespace
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (3)
575if (ElementHasSignificantWhitespace(node)) 748if (ElementHasSignificantWhitespace(startTag) && 764var startTagAddsIndentation = ElementCausesIndentation(startTag) && !ElementHasSignificantWhitespace(startTag);