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