4 writes to flags
System.Private.Xml (4)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (4)
60
_records[0].
flags
= ScopeFlags.NsDecl;
67
_records[0].
flags
= ScopeFlags.NsDecl;
160
_records[_lastRecord].
flags
= flags | flag;
191
_records[_lastRecord].
flags
= flags;
9 references to flags
System.Private.Xml (9)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (9)
41
public bool IsVariable { get { return (
flags
& ScopeFlags.Variable) != 0; } }
42
public bool IsNamespace { get { return (
flags
& ScopeFlags.NsDecl) != 0; } }
152
ScopeFlags flags = _records[_lastRecord].
flags
;
169
ScopeFlags flags = _records[_lastRecord].
flags
;
193
Debug.Assert((_records[_lastRecord].
flags
& ScopeFlags.CompatibilityFlags) != ScopeFlags.CompatibilityFlags,
234
return re.
flags
;
340
get { return (_records[_lastRecord].
flags
& ScopeFlags.ForwardCompatibility) != 0; }
346
get { return (_records[_lastRecord].
flags
& ScopeFlags.BackwardCompatibility) != 0; }
352
get { return (_records[_lastRecord].
flags
& ScopeFlags.CanHaveApplyImports) != 0; }