7 references to Significant
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
421_whitespaceHandling = (settings.IgnoreWhitespace) ? WhitespaceHandling.Significant : WhitespaceHandling.All; 853settings.IgnoreWhitespace = (_whitespaceHandling == WhitespaceHandling.Significant);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
410xmlReader.WhitespaceHandling = WhitespaceHandling.Significant; 423xmlReader.WhitespaceHandling = WhitespaceHandling.Significant;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2117reader.WhitespaceHandling = WhitespaceHandling.Significant;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
351reader.WhitespaceHandling = WhitespaceHandling.Significant; 364reader.WhitespaceHandling = WhitespaceHandling.Significant;