10 writes to ClassImpl
mscorlib (4)
system\reflection\parameterinfo.cs (4)
462
ClassImpl
= accessor.ParameterType;
487
ClassImpl
= null;
498
ClassImpl
= parameterType;
522
ClassImpl
= parameterType;
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (1)
51
this.
ClassImpl
= (this.Member.DeclaringType as DesignTimeType).ResolveType(type);
System.WorkflowServices (5)
System\Workflow\Activities\ContractMethodParameterInfo.cs (5)
41
this.
ClassImpl
= (this.Member.DeclaringType as DesignTimeType).ResolveType(typeName);
45
this.
ClassImpl
= (parameterInfo.ParameterType as DesignTimeType).ResolveType(typeName);
50
this.
ClassImpl
= Type.GetType(typeName);
55
this.
ClassImpl
= parameterInfo.ParameterType;
60
this.
ClassImpl
= parameterInfo.ParameterType;
3 references to ClassImpl
mscorlib (3)
system\reflection\parameterinfo.cs (3)
79
return
ClassImpl
;
512
if (
ClassImpl
== null)
525
return
ClassImpl
;