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)
62
if (_cachedTargetTypes != null &&
_expectedParamsCount
== args.Length) {
63
for (int i = 0; i <
_expectedParamsCount
; i++) {
77
Type[] enumTypes = new Type[
_expectedParamsCount
];
81
for (int i = 0; i <
_expectedParamsCount
; i++) {