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