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