2 instantiations of XmlSignificantWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
688return new XmlSignificantWhitespace(text, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
518node = new XmlSignificantWhitespace(_reader.Value, _doc);
1 reference to XmlSignificantWhitespace
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
686public virtual XmlSignificantWhitespace CreateSignificantWhitespace(string text)