2 writes to eventName
System (2)
compmod\system\codedom\CodeEventReferenceExpression.cs (2)
40this.eventName = eventName; 63eventName = value;
2 references to eventName
System (2)
compmod\system\codedom\CodeEventReferenceExpression.cs (2)
60return (eventName == null) ? string.Empty : eventName;