1 write to GenericArgCount
System.Workflow.Activities (1)
Rules\Parser\Symbol.cs (1)
187
GenericArgCount
= Int32.Parse(count, CultureInfo.InvariantCulture);
7 references to GenericArgCount
System.Workflow.Activities (7)
Rules\Parser\Parser.cs (5)
2105
if (typeSym.
GenericArgCount
> 0 && token.TokenID != TokenID.Less)
2117
if (typeSym.
GenericArgCount
== 0)
2125
if (typeArgs.Length != typeSym.
GenericArgCount
)
2164
if (typeSym.
GenericArgCount
> 0)
2173
TypeSymbol typeSym = candidateTypeSymbols.Find(delegate(TypeSymbol s) { return s.
GenericArgCount
== 0; });
Rules\Parser\Symbol.cs (2)
221
return typeSym.
GenericArgCount
!= this.
GenericArgCount
;