21 references to WhitespaceHandling
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (3)
688
WhitespaceHandling
wh =
WhitespaceHandling
.All;
694
if (wh ==
WhitespaceHandling
.All)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
396
public
WhitespaceHandling
WhitespaceHandling
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (9)
196
private
WhitespaceHandling
_whitespaceHandling;
355
_whitespaceHandling =
WhitespaceHandling
.All;
421
_whitespaceHandling = (settings.IgnoreWhitespace) ?
WhitespaceHandling
.Significant :
WhitespaceHandling
.All;
853
settings.IgnoreWhitespace = (_whitespaceHandling ==
WhitespaceHandling
.Significant);
2100
internal
WhitespaceHandling
WhitespaceHandling
2115
if ((uint)value > (uint)
WhitespaceHandling
.None)
8004
if (_whitespaceHandling !=
WhitespaceHandling
.None)
8010
if (_whitespaceHandling ==
WhitespaceHandling
.All)
FrameworkFork\Microsoft.Xml\Xml\Serialization\IXmlTextParser.cs (1)
20
WhitespaceHandling
WhitespaceHandling { get; set; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (2)
374
WhitespaceHandling
IXmlTextParser.WhitespaceHandling
382
return (xmlTextParser == null) ?
WhitespaceHandling
.None : xmlTextParser.WhitespaceHandling;
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;