2 writes to declaringType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
160this.declaringType = declaringType; 167this.declaringType = declaringType;
4 references to declaringType
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (4)
178return declaringType.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.methodInfo.ReturnType, declaringType)); 263return this.declaringType; 270return this.declaringType;