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)
100
Debug.Assert(
_atoms
!= null);
101
return
_atoms
;
174
Debug.Assert(_input == null &&
_atoms
== null);
186
Debug.Assert(_input != null &&
_atoms
!= null);
219
Debug.Assert(_input == null &&
_atoms
== null);
619
Debug.Assert(_input.Atoms ==
_atoms
);