3 overrides of CreateWhitespace
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
123
public override XmlWhitespace
CreateWhitespace
(string data)
System\Configuration\ErrorInfoXmlDocument.cs (1)
116
public override XmlWhitespace
CreateWhitespace
(string data)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
84
public override XmlWhitespace
CreateWhitespace
(string? prefix)
6 references to CreateWhitespace
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
1068
XmlNodeType.Whitespace =>
CreateWhitespace
(dp.Value),
System.Private.Xml (5)
System\Xml\Dom\DocumentXmlWriter.cs (1)
323
XmlNode node = _document.
CreateWhitespace
(text);
System\Xml\Dom\XmlDocument.cs (2)
1015
newNode =
CreateWhitespace
(node.Value);
1158
return
CreateWhitespace
(string.Empty);
System\Xml\Dom\XmlLoader.cs (1)
189
node = _doc!.
CreateWhitespace
(r.Value);
System\Xml\Dom\XmlWhitespace.cs (1)
89
return OwnerDocument.
CreateWhitespace
(Data);