6 writes to xmlSpace
System.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (4)
2749
xmlContext.
xmlSpace
= parserContext.XmlSpace;
4631
xmlContext.
xmlSpace
= XmlSpace.Preserve;
4634
xmlContext.
xmlSpace
= XmlSpace.Default;
8081
xmlContext.
xmlSpace
= context.XmlSpace;
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
135
xmlSpace
= XmlSpace.None;
142
this.
xmlSpace
= previousContext.xmlSpace;
3 references to xmlSpace
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
959
return xmlContext.
xmlSpace
;
7078
if ( xmlContext.
xmlSpace
== XmlSpace.Preserve ) {
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
142
this.xmlSpace = previousContext.
xmlSpace
;