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