2 types derived from XmlSignificantWhitespace
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlSignificantWhitespace.cs (1)
9internal sealed class ConfigXmlSignificantWhitespace : XmlSignificantWhitespace, IConfigErrorInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs (1)
10internal sealed class CanonicalXmlSignificantWhitespace : XmlSignificantWhitespace, ICanonicalizableNode
2 instantiations of XmlSignificantWhitespace
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
751return new XmlSignificantWhitespace(text, this);
System\Xml\Dom\XmlLoader.cs (1)
515node = new XmlSignificantWhitespace(_reader!.Value, _doc!);
9 references to XmlSignificantWhitespace
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
274public override XmlSignificantWhitespace CreateSignificantWhitespace(string text)
netstandard (1)
netstandard.cs (1)
2500[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSignificantWhitespace))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
118public override XmlSignificantWhitespace CreateSignificantWhitespace(string data)
System\Configuration\ErrorInfoXmlDocument.cs (1)
111public override XmlSignificantWhitespace CreateSignificantWhitespace(string data)
System.Private.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
749public virtual XmlSignificantWhitespace CreateSignificantWhitespace(string? text)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
89public override XmlSignificantWhitespace CreateSignificantWhitespace(string? text)
System.Xml (1)
System.Xml.cs (1)
229[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSignificantWhitespace))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
157[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSignificantWhitespace))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
22[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSignificantWhitespace))]