1 write to typeArgs
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
93this.typeArgs = new Type[typeArgs.Length];
19 references to typeArgs
System.Workflow.ComponentModel (19)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (19)
96this.typeArgs[i] = typeArgs[i]; 97if (this.typeArgs[i] == null) 115if (this.typeArgs != null) 117foreach (Type type in this.typeArgs) 154if (this.typeArgs != null && this.typeArgs.Length > 0) 157for (int index = 0; index < this.typeArgs.Length; index++) 160fullName.Append(this.typeArgs[index].AssemblyQualifiedName); 162if (index < (this.typeArgs.Length - 1)) 230if (this.typeArgs == null) 233type = this.typeArgs[type.GenericParameterPosition]; 277return baseType.MakeGenericType(this.typeArgs); 511if (this.typeArgs != null && this.typeArgs.GetLength(0) > 0) 534if (this.typeArgs != null && this.typeArgs.GetLength(0) > 0) 543if (this.typeArgs != null && this.typeArgs.GetLength(0) > 0) 550return this.typeArgs;