1 write to _numCtxProps
mscorlib (1)
system\runtime\remoting\context.cs (1)
266
_ctxProps[
_numCtxProps
++] = prop;
11 references to _numCtxProps
mscorlib (11)
system\runtime\remoting\context.cs (11)
220
for (int i=0; i<
_numCtxProps
; i++)
258
CheckPropertyNameClash(prop.Name, _ctxProps,
_numCtxProps
);
261
if (_ctxProps == null ||
_numCtxProps
== _ctxProps.Length)
276
for (int i=0; i<
_numCtxProps
; i++)
325
IContextProperty[] retProps = new IContextProperty[
_numCtxProps
];
326
Array.Copy(_ctxProps, retProps,
_numCtxProps
);
369
int iSink =
_numCtxProps
;
416
while (iSink <
_numCtxProps
)
460
int iSink =
_numCtxProps
;
496
while (iSink <
_numCtxProps
)
545
int iProp =
_numCtxProps
;