1 type derived from DefaultBinder
mscorlib (1)
system\oleautbinder.cs (1)
20internal class OleAutBinder : DefaultBinder
1 instantiation of DefaultBinder
mscorlib (1)
system\type.cs (1)
272DefaultBinder binder = new DefaultBinder();
5 references to DefaultBinder
mscorlib (5)
system\rttype.cs (4)
3232if (!System.DefaultBinder.CompareMethodSigAndName(methodInfo, firstCandidate)) 3239return System.DefaultBinder.FindMostDerivedNewSlotMeth(candidates.ToArray(), candidates.Count) as MethodInfo; 3271return System.DefaultBinder.ExactBinding(candidates.ToArray(), types, modifiers) as ConstructorInfo; 3312return System.DefaultBinder.ExactPropertyBinding(candidates.ToArray(), returnType, types, modifiers);
system\type.cs (1)
272DefaultBinder binder = new DefaultBinder();