2 references to NameTable
System.Private.Xml (2)
System\Xml\Schema\BaseValidator.cs (1)
49
Debug.Assert(schemaCollection == null || schemaCollection.
NameTable
== reader.NameTable);
System\Xml\Schema\XmlSchemaCollection.cs (1)
313
ns =
NameTable
.Add(ns!); //Added without checking for ns == null, since XDR cannot have null namespace