1 write to Type
System.Activities (1)
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
33
this.
Type
= argument.Type;
5 references to Type
System.Activities (5)
System\Activities\DynamicUpdate\ArgumentInfo.cs (5)
36
this.FullAssemblyQualifiedTypeName = this.
Type
.AssemblyQualifiedName;
158
if (left.
Type
!= null && right.
Type
!= null && left.
Type
== right.
Type
)