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