2 references to XmlSignificantWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
688
return new
XmlSignificantWhitespace
(text, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
518
node = new
XmlSignificantWhitespace
(_reader.Value, _doc);