1 write to atoms
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
62
this.
atoms
= new OutKeywords(this.nameTable);
24 references to atoms
System.Data.SqlXml (24)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (24)
63
this.scopeManager = new OutputScopeManager(this.nameTable, this.
atoms
);
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);
433
if (Ref.Equal(info.Prefix, this.
atoms
.Xml)) {
436
if (Ref.Equal(info.LocalName, this.
atoms
.Lang)) {
439
else if (Ref.Equal(info.LocalName, this.
atoms
.Space)) {
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);
646
ns.Initialize(this.
atoms
.Xmlns, prefix, this.
atoms
.XmlnsNamespace);