11 references to None
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (1)
3059xmlReader.WhitespaceHandling = WhitespaceHandling.None;
ManifestUtil\ManifestFormatter.cs (1)
23WhitespaceHandling = WhitespaceHandling.None
System.Configuration.ConfigurationManager (2)
System\Configuration\XmlUtil.cs (2)
78Reader.WhitespaceHandling = WhitespaceHandling.None; 951if ((originalHandling == WhitespaceHandling.None) &&
System.Data.Common (2)
System\Data\DataSet.cs (1)
1664((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.None;
System\Data\DataViewManager.cs (1)
110r.WhitespaceHandling = WhitespaceHandling.None;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1074return (xmlTextParser == null) ? WhitespaceHandling.None : xmlTextParser.WhitespaceHandling;
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2052if ((uint)value > (uint)WhitespaceHandling.None) 7858if (_whitespaceHandling != WhitespaceHandling.None)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (2)
34if (txtReader != null && txtReader.WhitespaceHandling == WhitespaceHandling.None) 39if (txtReaderImpl != null && txtReaderImpl.WhitespaceHandling == WhitespaceHandling.None)