2 writes to _numProps
mscorlib (2)
system\runtime\remoting\dynamicpropertyholder.cs (2)
44_props[_numProps++] = prop; 86_numProps--;
12 references to _numProps
mscorlib (12)
system\runtime\remoting\dynamicpropertyholder.cs (12)
34CheckPropertyNameClash(prop.Name, _props, _numProps); 38if (_props == null || _numProps == _props.Length) 58for (int i=0; i<_numProps; i++) 67_sinks[_numProps-1] = 81for (int i=0; i<_numProps; i++) 85_props[i] = _props[_numProps-1]; 109IDynamicProperty[] retProps = new IDynamicProperty[_numProps]; 110Array.Copy(_props, retProps, _numProps); 126if (_numProps == 0) 136_sinks = new IDynamicMessageSink[_numProps+GROW_BY]; 137for (int i=0; i<_numProps; i++) 144return new ArrayWithSize(_sinks, _numProps);