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