4 references to GetConstructorCandidates
mscorlib (4)
system\rttype.cs (4)
3060ConstructorInfo[] constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false).ToArray(); 3121ListBuilder<ConstructorInfo> constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false); 3254ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, types, false); 3483constructors = GetConstructorCandidates(name, bindingAttr, CallingConventions.Any, null, true);