2 writes to Events
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
54Events = 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)
135return Events.TryGetValue(name, out @event); 177if (Events != null && Events.Count > 0) 179foreach (string name in Events.Keys)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
340if (_comTypeDesc?.Events != null) 360_comTypeDesc.Events != null)