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