17 references to Empty
System.Data.SqlXml (17)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
50this.defaultNS = this.atoms.Empty;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (16)
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); 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);