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