2 writes to Events
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
54
Events
= EmptyEvents
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
419
_comTypeDesc.
Events
= events;
6 references to Events
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (4)
135
return
Events
.TryGetValue(name, out @event);
177
if (
Events
!= null &&
Events
.Count > 0)
179
foreach (string name in
Events
.Keys)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
340
if (_comTypeDesc?.
Events
!= null)
360
_comTypeDesc.
Events
!= null)