1 write to atoms
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
62this.atoms = new OutKeywords(this.nameTable);
24 references to atoms
System.Data.SqlXml (24)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (24)
63this.scopeManager = new OutputScopeManager(this.nameTable, this.atoms); 131prefix = (prefix != null) ? this.nameTable.Add(prefix) : this.atoms.Empty; 132name = (name != null) ? this.nameTable.Add(name) : this.atoms.Empty; 133nspace = (nspace != null) ? this.nameTable.Add(nspace) : this.atoms.Empty; 307if (Ref.Equal(name, this.atoms.Empty)) { 311else if (Ref.Equal(this.mainNode.NamespaceURI, this.atoms.Empty)) { 372this.currentInfo.Initialize(this.atoms.Empty, this.atoms.Empty, this.atoms.Empty); 433if (Ref.Equal(info.Prefix, this.atoms.Xml)) { 436if (Ref.Equal(info.LocalName, this.atoms.Lang)) { 439else if (Ref.Equal(info.LocalName, this.atoms.Space)) { 449if (Ref.Equal(this.mainNode.NamespaceURI, this.atoms.Empty)) { 450this.mainNode.Prefix = this.atoms.Empty; 453if (Ref.Equal(this.mainNode.Prefix, this.atoms.Empty)) { 489if (Ref.Equal(info.NamespaceURI, this.atoms.Empty)) { 490info.Prefix = this.atoms.Empty; 493if (Ref.Equal(info.Prefix, this.atoms.Empty)) { 642if (prefix == this.atoms.Empty) { 643ns.Initialize(this.atoms.Empty, this.atoms.Xmlns, this.atoms.XmlnsNamespace); 646ns.Initialize(this.atoms.Xmlns, prefix, this.atoms.XmlnsNamespace);