5 references to CreateWhitespace
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
324
XmlNode node = _document.
CreateWhitespace
(text);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
950
newNode =
CreateWhitespace
(node.Value);
1098
return
CreateWhitespace
(string.Empty);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
194
node = _doc.
CreateWhitespace
(r.Value);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs (1)
92
return OwnerDocument.
CreateWhitespace
(Data);