8 writes to IgnoreComments
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverManifest.cs (1)
67
IgnoreComments
= true,
Microsoft.CodeAnalysis (1)
RuleSet\RuleSetProcessor.cs (1)
279
xmlReaderSettings.
IgnoreComments
= true;
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
45
IgnoreComments
= true,
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
227
IgnoreComments
= true,
PresentationFramework (1)
System\Windows\Documents\FixedFindEngine.cs (1)
376
IgnoreComments
= true,
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
410
settings.
IgnoreComments
= _ignoreComments;
System\Xml\Core\XmlCharCheckingReader.cs (1)
91
settings.
IgnoreComments
= true;
System\Xml\Core\XmlTextReaderImpl.cs (1)
846
settings.
IgnoreComments
= _ignoreComments;
3 references to IgnoreComments
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
386
_ignoreComments = settings.
IgnoreComments
;
System\Xml\Core\XmlReaderSettings.cs (1)
594
if (_ignoreComments && !baseReaderSettings.
IgnoreComments
)
System\Xml\Core\XmlTextReaderImpl.cs (1)
409
_ignoreComments = settings.
IgnoreComments
;