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