3 writes to atoms
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
546
this.
atoms
= this.input.Atoms;
560
this.
atoms
= this.input.Atoms;
564
this.
atoms
= null;
6 references to atoms
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\Compiler.cs (6)
106
Debug.Assert(this.
atoms
!= null);
107
return this.
atoms
;
171
Debug.Assert(this.input == null && this.
atoms
== null);
182
Debug.Assert(this.input != null && this.
atoms
!= null);
214
Debug.Assert(this.input == null && this.
atoms
== null);
552
Debug.Assert(this.input.Atoms == this.
atoms
);