1 instantiation of BoundDispEvent
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
216return new BoundDispEvent(rcw, sourceIid, dispid);
3 references to BoundDispEvent
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
214public static BoundDispEvent CreateComEvent(object rcw, Guid sourceIid, int dispid)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (2)
226if (_self.TryGetMemberEvent(binder.Name, out _) && value.LimitType == typeof(BoundDispEvent)) 231value.Restrictions.Merge(IDispatchRestriction()).Merge(BindingRestrictions.GetTypeRestriction(value.Expression, typeof(BoundDispEvent)))