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