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