4 writes to IgnoreProcessingInstructions
Microsoft.CodeAnalysis (1)
RuleSet\RuleSetProcessor.cs (1)
280
xmlReaderSettings.
IgnoreProcessingInstructions
= true;
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
409
settings.
IgnoreProcessingInstructions
= _ignorePIs;
System\Xml\Core\XmlCharCheckingReader.cs (1)
95
settings.
IgnoreProcessingInstructions
= true;
System\Xml\Core\XmlTextReaderImpl.cs (1)
845
settings.
IgnoreProcessingInstructions
= _ignorePIs;
3 references to IgnoreProcessingInstructions
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
385
_ignorePIs = settings.
IgnoreProcessingInstructions
;
System\Xml\Core\XmlReaderSettings.cs (1)
599
if (_ignorePIs && !baseReaderSettings.
IgnoreProcessingInstructions
)
System\Xml\Core\XmlTextReaderImpl.cs (1)
408
_ignorePIs = settings.
IgnoreProcessingInstructions
;