DS
internal static void NotNull<T>(T value, string name) where T : class
{
if ((object) value == null) throw new ArgumentNullException(name);
}
а Contract.Requires - эт из code contracts похоже что не во что не копилится или юзается только для доков
Size: a a a
DS
АМ
TS
АМ
IV
АМ
R
IV
IV
АМ
IL
A
IA
A
VH
A
AB
AB
AB