4 writes to isProcessNamespaces
System.Xml (4)
System\Xml\Schema\Parser.cs (2)
67isProcessNamespaces = true; 70isProcessNamespaces = false;
System\Xml\Schema\ParserAsync.cs (2)
27isProcessNamespaces = true; 30isProcessNamespaces = false;
1 reference to isProcessNamespaces
System.Xml (1)
System\Xml\Schema\Parser.cs (1)
167if (Ref.Equal(reader.NamespaceURI, schemaNames.NsXmlNs) && isProcessNamespaces) {