1 write to codeDomEvent
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
41
this.
codeDomEvent
= codeDomEvent;
5 references to codeDomEvent
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (5)
57
Type handlerType = declaringType.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.
codeDomEvent
.Type, declaringType));
64
codeAddMethod.Parameters.Add(new CodeParameterDeclarationExpression(this.
codeDomEvent
.Type, "Handler"));
76
Type handlerType = declaringType.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.
codeDomEvent
.Type, declaringType));
139
this.attributes = Helper.LoadCustomAttributes(this.
codeDomEvent
.CustomAttributes, this.DeclaringType as DesignTimeType);
150
this.attributes = Helper.LoadCustomAttributes(this.
codeDomEvent
.CustomAttributes, this.DeclaringType as DesignTimeType);