1 write to _variables
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\InputScope.cs (1)
94
_variables
??= new Hashtable();
4 references to _variables
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\InputScope.cs (4)
28
get { return
_variables
; }
95
_variables
[variable.Name!] = variable;
100
if (
_variables
== null)
104
return
_variables
.Count;