2 types derived from XmlWhitespace
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlWhitespace.cs (1)
9internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs (1)
10internal sealed class CanonicalXmlWhitespace : XmlWhitespace, ICanonicalizableNode
2 instantiations of XmlWhitespace
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
893return new XmlWhitespace(text, this);
System\Xml\Dom\XmlLoader.cs (1)
521node = new XmlWhitespace(_reader!.Value, _doc!);
14 references to XmlWhitespace
Microsoft.Build (5)
Construction\ProjectElementContainer.cs (4)
532var newWhitespaceNode = XmlDocument.CreateWhitespace(referenceSibling.XmlElement.PreviousSibling.Value); 548var newWhitespaceNode = XmlDocument.CreateWhitespace(child.XmlElement.PreviousSibling.Value); 568var leadingWhitespaceNode = XmlDocument.CreateWhitespace(Environment.NewLine + parentIndentation + DEFAULT_INDENT); 569var trailingWhiteSpaceNode = XmlDocument.CreateWhitespace(Environment.NewLine + parentIndentation);
ElementLocation\XmlDocumentWithLocation.cs (1)
236public override XmlWhitespace CreateWhitespace(string text)
netstandard (1)
netstandard.cs (1)
2508[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWhitespace))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
123public override XmlWhitespace CreateWhitespace(string data)
System\Configuration\ErrorInfoXmlDocument.cs (1)
116public override XmlWhitespace CreateWhitespace(string data)
System.Private.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
891public virtual XmlWhitespace CreateWhitespace(string? text)
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
84public override XmlWhitespace CreateWhitespace(string? prefix)
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
59if (node is XmlWhitespace) continue;
System.Xml (1)
System.Xml.cs (1)
237[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWhitespace))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
165[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWhitespace))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWhitespace))]