1 write to Level
System.Workflow.Activities (1)
Rules\Parser\Symbol.cs (1)
59
this.
Level
= (parent == null) ? 0 : parent.Level + 1;
5 references to Level
System.Workflow.Activities (5)
Rules\Parser\Parser.cs (4)
725
if (existingNS.
Level
== nsSym.
Level
)
733
if (nsSym.
Level
< existingNS.
Level
)
Rules\Parser\Symbol.cs (1)
59
this.Level = (parent == null) ? 0 : parent.
Level
+ 1;