22 writes to IgnoreWhitespace
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverManifest.cs (1)
69IgnoreWhitespace = true,
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\GenerateBindingRedirects.cs (1)
339var 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
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Utilities\XmlRunSettingsUtilities.cs (1)
50return new XmlReaderSettings { IgnoreComments = true, IgnoreWhitespace = true, DtdProcessing = DtdProcessing.Prohibit };
NuGet.Build.Tasks (1)
src\nuget-client\build\Shared\XmlUtility.cs (1)
85rs.IgnoreWhitespace = true;
NuGet.Commands (1)
src\nuget-client\build\Shared\XmlUtility.cs (1)
85rs.IgnoreWhitespace = true;
NuGet.Common (1)
src\nuget-client\build\Shared\XmlUtility.cs (1)
85rs.IgnoreWhitespace = true;
NuGet.Configuration (1)
src\nuget-client\build\Shared\XmlUtility.cs (1)
85rs.IgnoreWhitespace = true;
NuGet.PackageManagement (1)
src\nuget-client\build\Shared\XmlUtility.cs (1)
85rs.IgnoreWhitespace = true;
NuGet.Packaging (3)
Core\NuspecCoreReaderBase.cs (1)
221IgnoreWhitespace = true,
Rules\InvalidUndottedFrameworkRule.cs (1)
270IgnoreWhitespace = true,
src\nuget-client\build\Shared\XmlUtility.cs (1)
85rs.IgnoreWhitespace = true;
NuGet.Protocol (1)
LegacyFeed\V2FeedParser.cs (1)
646IgnoreWhitespace = true,
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
227IgnoreWhitespace = false,
PresentationFramework (1)
System\Windows\Documents\FixedFindEngine.cs (1)
371IgnoreWhitespace = 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)
446XmlReader xmlReader = XmlReader.Create(stream, new XmlReaderSettings() { IgnoreWhitespace = true });
System.Private.Xml.Linq (1)
System\Xml\Linq\XNode.cs (1)
672if ((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"/> 542/// <see cref="XmlReaderSettings.IgnoreWhitespace"/> is set to false. See 543/// <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.