5 writes to IgnoreProcessingInstructions
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
261
readerSettings.
IgnoreProcessingInstructions
= true;
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
840
profileSettings.
IgnoreProcessingInstructions
= true;
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
403
settings.
IgnoreProcessingInstructions
= this.ignorePIs;
System\Xml\Core\XmlCharCheckingReader.cs (1)
97
settings.
IgnoreProcessingInstructions
= true;
System\Xml\Core\XmlTextReaderImpl.cs (1)
852
settings.
IgnoreProcessingInstructions
= ignorePIs;
3 references to IgnoreProcessingInstructions
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
379
this.ignorePIs = settings.
IgnoreProcessingInstructions
;
System\Xml\Core\XmlReaderSettings.cs (1)
690
if (this.ignorePIs && !baseReaderSettings.
IgnoreProcessingInstructions
) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
448
ignorePIs = settings.
IgnoreProcessingInstructions
;