19 writes to IgnoreWhitespace
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverManifest.cs (1)
68IgnoreWhitespace = true,
Microsoft.Build.BuildCheck.UnitTests (1)
TestAssemblyInfo.cs (1)
114var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.Build.CommandLine.UnitTests (1)
TestAssemblyInfo.cs (1)
114var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.Build.Engine.OM.UnitTests (1)
TestAssemblyInfo.cs (1)
114var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.Build.Engine.UnitTests (1)
TestAssemblyInfo.cs (1)
114var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.Build.Framework.UnitTests (1)
TestAssemblyInfo.cs (1)
114var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\GenerateBindingRedirects.cs (1)
339var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.Build.Tasks.UnitTests (1)
TestAssemblyInfo.cs (1)
114var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.Build.Utilities.UnitTests (1)
TestAssemblyInfo.cs (1)
114var xrs = new XmlReaderSettings { DtdProcessing = DtdProcessing.Ignore, CloseInput = true, IgnoreWhitespace = true };
Microsoft.CodeAnalysis (1)
RuleSet\RuleSetProcessor.cs (1)
281xmlReaderSettings.IgnoreWhitespace = true;
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
46IgnoreWhitespace = true
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
228IgnoreWhitespace = false,
PresentationFramework (1)
System\Windows\Documents\FixedFindEngine.cs (1)
375IgnoreWhitespace = true,
System.IO.Packaging (1)
System\IO\Packaging\ZipPackage.cs (1)
964xrs.IgnoreWhitespace = true;
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
408settings.IgnoreWhitespace = _ignoreWhitespace;
System\Xml\Core\XmlCharCheckingReader.cs (1)
87settings.IgnoreWhitespace = true;
System\Xml\Core\XmlTextReaderImpl.cs (1)
844settings.IgnoreWhitespace = (_whitespaceHandling == WhitespaceHandling.Significant);
System\Xml\Serialization\XmlSerializer.cs (1)
447XmlReader xmlReader = XmlReader.Create(stream, new XmlReaderSettings() { IgnoreWhitespace = true });
System.Private.Xml.Linq (1)
System\Xml\Linq\XNode.cs (1)
675if ((o & LoadOptions.PreserveWhitespace) == 0) rs.IgnoreWhitespace = true;
18 references to IgnoreWhitespace
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
384_ignoreWhitespace = settings.IgnoreWhitespace;
System\Xml\Core\XmlReaderSettings.cs (1)
589if (_ignoreWhitespace && !baseReaderSettings.IgnoreWhitespace)
System\Xml\Core\XmlTextReaderImpl.cs (1)
406_whitespaceHandling = (settings.IgnoreWhitespace) ? WhitespaceHandling.Significant : WhitespaceHandling.All;
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
26if (readerSettings.IgnoreWhitespace)
System.Private.Xml.Linq (14)
System\Xml\Linq\XDocument.cs (7)
200/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 247/// the underlying <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 277/// the underlying <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 330/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 360/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 534/// <see cref="XmlReaderSettings.IgnoreWhitespace"/> is set to false. See 535/// <see cref="XmlReaderSettings.IgnoreWhitespace"/> for more information on
System\Xml\Linq\XElement.cs (7)
588/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 635/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 665/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 717/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 747/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.IgnoreWhitespace"/> 881/// preserves the Whitespace. See <see cref="XmlReaderSettings.IgnoreWhitespace"/>. 889/// property <see cref="XmlReaderSettings.IgnoreWhitespace"/> will be set to false.