3 writes to _eventRef
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeAttachEventStatement.cs (3)
44
_eventRef
= eventRef;
53
_eventRef
= new CodeEventReferenceExpression(targetObject, eventName);
74
_eventRef
= value;
2 references to _eventRef
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeAttachEventStatement.cs (2)
66
if (
_eventRef
== null)
70
return
_eventRef
;