7 writes to IgnoreComments
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
241
settings.
IgnoreComments
= true;
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
383
settings.
IgnoreComments
= true;
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
260
readerSettings.
IgnoreComments
= true;
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
839
profileSettings.
IgnoreComments
= true;
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
404
settings.
IgnoreComments
= this.ignoreComments;
System\Xml\Core\XmlCharCheckingReader.cs (1)
94
settings.
IgnoreComments
= true;
System\Xml\Core\XmlTextReaderImpl.cs (1)
853
settings.
IgnoreComments
= ignoreComments;
3 references to IgnoreComments
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
380
this.ignoreComments = settings.
IgnoreComments
;
System\Xml\Core\XmlReaderSettings.cs (1)
686
if (this.ignoreComments && !baseReaderSettings.
IgnoreComments
) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
449
ignoreComments = settings.
IgnoreComments
;