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)
220for (int i=0; i<_numCtxProps; i++) 258CheckPropertyNameClash(prop.Name, _ctxProps, _numCtxProps); 261if (_ctxProps == null || _numCtxProps == _ctxProps.Length) 276for (int i=0; i<_numCtxProps; i++) 325IContextProperty[] retProps = new IContextProperty[_numCtxProps]; 326Array.Copy(_ctxProps, retProps, _numCtxProps); 369int iSink = _numCtxProps; 416while (iSink < _numCtxProps) 460int iSink = _numCtxProps; 496while (iSink < _numCtxProps) 545int iProp = _numCtxProps;