5 writes to addDefaultAttributesAndNormalize
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
6100addDefaultAttributesAndNormalize = true; 7944addDefaultAttributesAndNormalize = true; 8101addDefaultAttributesAndNormalize = true;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
4152addDefaultAttributesAndNormalize = true; 4898addDefaultAttributesAndNormalize = true;
4 references to addDefaultAttributesAndNormalize
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
4047if ( addDefaultAttributesAndNormalize ) { 4529if ( addDefaultAttributesAndNormalize ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1887if (addDefaultAttributesAndNormalize) { 2415if ( addDefaultAttributesAndNormalize ) {