Base:
4 references to CreateWhitespace
Microsoft.Build (4)
Construction\ProjectElementContainer.cs (4)
541
var newWhitespaceNode = XmlDocument.
CreateWhitespace
(referenceSibling.XmlElement.PreviousSibling.Value);
557
var newWhitespaceNode = XmlDocument.
CreateWhitespace
(child.XmlElement.PreviousSibling.Value);
577
var leadingWhitespaceNode = XmlDocument.
CreateWhitespace
(Environment.NewLine + parentIndentation + DEFAULT_INDENT);
578
var trailingWhiteSpaceNode = XmlDocument.
CreateWhitespace
(Environment.NewLine + parentIndentation);