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