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