2 references to NameTable
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
49Debug.Assert(schemaCollection == null || schemaCollection.NameTable == reader.NameTable);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
366ns = NameTable.Add(ns); //Added without checking for ns == null, since XDR cannot have null namespace