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)
186if (Ref.Equal(_reader.NamespaceURI, _schemaNames.NsXmlNs) && _isProcessNamespaces)