4 writes to _isProcessNamespaces
System.Private.Xml (4)
System\Xml\Schema\Parser.cs (2)
64
_isProcessNamespaces
= true;
68
_isProcessNamespaces
= false;
System\Xml\Schema\ParserAsync.cs (2)
24
_isProcessNamespaces
= true;
28
_isProcessNamespaces
= false;
1 reference to _isProcessNamespaces
System.Private.Xml (1)
System\Xml\Schema\Parser.cs (1)
186
if (Ref.Equal(_reader.NamespaceURI, _schemaNames.NsXmlNs) &&
_isProcessNamespaces
)