17 references to Empty
System.Private.Xml (17)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
53_defaultNS = _atoms.Empty;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (16)
140prefix = (prefix != null) ? _nameTable.Add(prefix) : _atoms.Empty; 141name = (name != null) ? _nameTable.Add(name) : _atoms.Empty; 142nspace = (nspace != null) ? _nameTable.Add(nspace) : _atoms.Empty; 341if (Ref.Equal(name, _atoms.Empty)) 347else if (Ref.Equal(_mainNode.NamespaceURI, _atoms.Empty)) 421_currentInfo.Initialize(_atoms.Empty, _atoms.Empty, _atoms.Empty); 514if (Ref.Equal(_mainNode.NamespaceURI, _atoms.Empty)) 516_mainNode.Prefix = _atoms.Empty; 519if (Ref.Equal(_mainNode.Prefix, _atoms.Empty)) 566if (Ref.Equal(info.NamespaceURI, _atoms.Empty)) 568info.Prefix = _atoms.Empty; 572if (Ref.Equal(info.Prefix, _atoms.Empty)) 753if (prefix == _atoms.Empty) 755ns.Initialize(_atoms.Empty, _atoms.Xmlns, _atoms.XmlnsNamespace);