3 references to GROW_BY
mscorlib (3)
system\runtime\remoting\dynamicpropertyholder.cs (3)
136
_sinks = new IDynamicMessageSink[_numProps+
GROW_BY
];
151
int newSize = (sinks != null ? sinks.Length : 0) +
GROW_BY
;
196
int newSize = (props != null ? props.Length : 0) +
GROW_BY
;