2 references to 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);