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