1 write to _expectedParamsCount
mscorlib (1)
system\Runtime\InteropServices\ComEventsMethod.cs (1)
75_expectedParamsCount = parameters.Length;
4 references to _expectedParamsCount
mscorlib (4)
system\Runtime\InteropServices\ComEventsMethod.cs (4)
62if (_cachedTargetTypes != null && _expectedParamsCount == args.Length) { 63for (int i = 0; i < _expectedParamsCount; i++) { 77Type[] enumTypes = new Type[_expectedParamsCount]; 81for (int i = 0; i < _expectedParamsCount; i++) {