4 references to GROW_BY
mscorlib (4)
system\runtime\remoting\crossappdomainchannel.cs (4)
266
_sinks = new CrossAppDomainSink[
GROW_BY
];
267
_sinkKeys = new int[
GROW_BY
];
271
CrossAppDomainSink[] tmpSinks = new CrossAppDomainSink[_sinks.Length +
GROW_BY
];
272
int[] tmpKeys = new int[_sinkKeys.Length +
GROW_BY
];