17 references to Empty
System.Data.SqlXml (17)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
50
this.defaultNS = this.atoms.
Empty
;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (16)
131
prefix = (prefix != null) ? this.nameTable.Add(prefix) : this.atoms.
Empty
;
132
name = (name != null) ? this.nameTable.Add(name) : this.atoms.
Empty
;
133
nspace = (nspace != null) ? this.nameTable.Add(nspace) : this.atoms.
Empty
;
307
if (Ref.Equal(name, this.atoms.
Empty
)) {
311
else if (Ref.Equal(this.mainNode.NamespaceURI, this.atoms.
Empty
)) {
372
this.currentInfo.Initialize(this.atoms.
Empty
, this.atoms.
Empty
, this.atoms.
Empty
);
449
if (Ref.Equal(this.mainNode.NamespaceURI, this.atoms.
Empty
)) {
450
this.mainNode.Prefix = this.atoms.
Empty
;
453
if (Ref.Equal(this.mainNode.Prefix, this.atoms.
Empty
)) {
489
if (Ref.Equal(info.NamespaceURI, this.atoms.
Empty
)) {
490
info.Prefix = this.atoms.
Empty
;
493
if (Ref.Equal(info.Prefix, this.atoms.
Empty
)) {
642
if (prefix == this.atoms.
Empty
) {
643
ns.Initialize(this.atoms.
Empty
, this.atoms.Xmlns, this.atoms.XmlnsNamespace);