1 reference to ForAll
mscorlib (1)
system\defaultbinder.cs (1)
598if (indexes != null && !Contract.ForAll(indexes, delegate(Type t) { return t != null; }))