3 writes to _atoms
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
612_atoms = _input.Atoms; 628_atoms = _input.Atoms; 633_atoms = null;
6 references to _atoms
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\Compiler.cs (6)
100Debug.Assert(_atoms != null); 101return _atoms; 174Debug.Assert(_input == null && _atoms == null); 186Debug.Assert(_input != null && _atoms != null); 219Debug.Assert(_input == null && _atoms == null); 619Debug.Assert(_input.Atoms == _atoms);