4 references to Variable
System.Private.Xml (4)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (4)
28ExclusiveFlags = NsDecl | NsExcl | Variable 41public bool IsVariable { get { return (flags & ScopeFlags.Variable) != 0; } } 202AddRecord(ScopeFlags.Variable, varName.LocalName, varName.NamespaceUri, value); 307(flags & ScopeFlags.Variable) != 0 &&