3 writes to eventRef
System (3)
compmod\system\codedom\CodeAttachEventStatement.cs (3)
45
this.
eventRef
= eventRef;
53
this.
eventRef
= new CodeEventReferenceExpression(targetObject, eventName);
70
eventRef
= value;
2 references to eventRef
System (2)
compmod\system\codedom\CodeAttachEventStatement.cs (2)
64
if (
eventRef
== null) {
67
return
eventRef
;