1 write to paramInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1256
this.
paramInfo
= paramInfo;
8 references to paramInfo
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (8)
1260
get { return this.
paramInfo
.Attributes; }
1264
return this.
paramInfo
.GetCustomAttributes(inherit);
1268
return this.
paramInfo
.IsDefined(attributeType, inherit);
1276
return this.
paramInfo
.GetOptionalCustomModifiers();
1280
get { return this.
paramInfo
.Name; }
1284
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
paramInfo
.ParameterType); }
1288
get { return this.
paramInfo
.Position; }
1292
return this.
paramInfo
.GetRequiredCustomModifiers();