44 references to WhitespaceHandling
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (1)
3059xmlReader.WhitespaceHandling = WhitespaceHandling.None;
ManifestUtil\ManifestFormatter.cs (1)
23WhitespaceHandling = WhitespaceHandling.None
ResourceHandling\MSBuildResXReader.cs (1)
29xmlReader.WhitespaceHandling = WhitespaceHandling.All;
netstandard (1)
netstandard.cs (1)
2452[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.WhitespaceHandling))]
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
823((XmlTextReader)_xamlReader).WhitespaceHandling = WhitespaceHandling.Significant;
System.Configuration.ConfigurationManager (6)
System\Configuration\MgmtConfigurationRecord.cs (2)
2205reader.WhitespaceHandling = WhitespaceHandling.All; 3077reader.WhitespaceHandling = WhitespaceHandling.All;
System\Configuration\XmlUtil.cs (4)
78Reader.WhitespaceHandling = WhitespaceHandling.None; 939WhitespaceHandling originalHandling = Reader.WhitespaceHandling; 940Reader.WhitespaceHandling = WhitespaceHandling.All; 951if ((originalHandling == WhitespaceHandling.None) &&
System.Data.Common (6)
System\Data\DataSet.cs (3)
1664((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.None; 2067((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.Significant; 2575((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.Significant;
System\Data\DataTable.cs (2)
5739((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.Significant; 5977((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.Significant;
System\Data\DataViewManager.cs (1)
110r.WhitespaceHandling = WhitespaceHandling.None;
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
1067internal WhitespaceHandling WhitespaceHandling 1074return (xmlTextParser == null) ? WhitespaceHandling.None : xmlTextParser.WhitespaceHandling;
System\Runtime\Serialization\XmlSerializableReader.cs (1)
146WhitespaceHandling IXmlTextParser.WhitespaceHandling
System.Private.Xml (20)
System\Xml\Core\XmlReaderSettings.cs (3)
541WhitespaceHandling wh = WhitespaceHandling.All; 547if (wh == WhitespaceHandling.All)
System\Xml\Core\XmlTextReader.cs (1)
382public WhitespaceHandling WhitespaceHandling
System\Xml\Core\XmlTextReaderImpl.cs (9)
185private WhitespaceHandling _whitespaceHandling; 342_whitespaceHandling = WhitespaceHandling.All; 406_whitespaceHandling = (settings.IgnoreWhitespace) ? WhitespaceHandling.Significant : WhitespaceHandling.All; 844settings.IgnoreWhitespace = (_whitespaceHandling == WhitespaceHandling.Significant); 2037internal WhitespaceHandling WhitespaceHandling 2052if ((uint)value > (uint)WhitespaceHandling.None) 7858if (_whitespaceHandling != WhitespaceHandling.None) 7865if (_whitespaceHandling == WhitespaceHandling.All)
System\Xml\Serialization\IXmlTextParser.cs (1)
12WhitespaceHandling WhitespaceHandling { get; set; }
System\Xml\Serialization\XmlSerializer.cs (1)
431xmlReader.WhitespaceHandling = WhitespaceHandling.Significant;
System\Xml\XPath\XPathNavigator.cs (1)
2018reader.WhitespaceHandling = WhitespaceHandling.Significant;
System\Xml\Xsl\QueryReaderSettings.cs (2)
21private readonly WhitespaceHandling _whitespaceHandling; 81_whitespaceHandling = WhitespaceHandling.All;
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (2)
34if (txtReader != null && txtReader.WhitespaceHandling == WhitespaceHandling.None) 39if (txtReaderImpl != null && txtReaderImpl.WhitespaceHandling == WhitespaceHandling.None)
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (2)
249reader.WhitespaceHandling = WhitespaceHandling.Significant; 258reader.WhitespaceHandling = WhitespaceHandling.Significant;
System.Xml (1)
System.Xml.cs (1)
176[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.WhitespaceHandling))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
117[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.WhitespaceHandling))]