1 instantiation of DelegateWrapper
mscorlib (1)
system\Runtime\InteropServices\ComEventsMethod.cs (1)
184DelegateWrapper wrapper = new DelegateWrapper(d);
8 references to DelegateWrapper
mscorlib (8)
system\Runtime\InteropServices\ComEventsMethod.cs (8)
107private DelegateWrapper [] _delegateWrappers; 179DelegateWrapper [] newDelegateWrappers = new DelegateWrapper[count + 1]; 184DelegateWrapper wrapper = new DelegateWrapper(d); 218DelegateWrapper [] newDelegateWrappers = new DelegateWrapper[count - 1]; 237DelegateWrapper[] invocationList = _delegateWrappers; 238foreach (DelegateWrapper wrapper in invocationList) {