3 references to None
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
2115
if ((uint)value > (uint)WhitespaceHandling.
None
)
8004
if (_whitespaceHandling != WhitespaceHandling.
None
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
382
return (xmlTextParser == null) ? WhitespaceHandling.
None
: xmlTextParser.WhitespaceHandling;