56 instantiations of NameTable
PresentationBuildTasks (2)
PresentationFramework (2)
System.Data.Services (1)
System.Data.Services.Client (1)
System.Data.Services.Design (2)
System.Data.SqlXml (7)
System.Runtime.Remoting (1)
System.Runtime.Serialization (3)
System.ServiceModel (6)
System.ServiceModel.Channels (1)
System.Workflow.Runtime (1)
System.Xml (27)
System\Xml\Core\XmlTextReaderImpl.cs (10)
411nt = new NameTable();
493internal XmlTextReaderImpl( Stream input ) : this( string.Empty, input, new NameTable() ) {
497internal XmlTextReaderImpl( string url, Stream input ) : this( url, input, new NameTable() ) {
513internal XmlTextReaderImpl( TextReader input ) : this( string.Empty, input, new NameTable() ) {
517internal XmlTextReaderImpl( string url, TextReader input ) : this( url, input, new NameTable() ) {
534: this( ( context != null && context.NameTable != null ) ? context.NameTable : new NameTable() ) {
554: this( null == context || null == context.NameTable ? new NameTable() : context.NameTable ) {
578: this(null == context || null == context.NameTable ? new NameTable() : context.NameTable ) {
589public XmlTextReaderImpl( string url ) : this( url, new NameTable() ) {
8070nt = new NameTable();
System.Xml.Linq (2)
18 references to NameTable
System.Data.Services (2)
System.Data.Services.Client (2)
System.Data.Services.Design (1)
System.Data.SqlXml (1)
System.Runtime.Remoting (1)
System.ServiceModel (6)
System.ServiceModel.Channels (1)
System.Workflow.Runtime (1)
System.Xml (2)
WindowsBase (1)