5 references to GetConstructorCandidates
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
2621return GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false).ToArray();
2659ListBuilder<ConstructorInfo> constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);
2825ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, types, false);
3045constructors = GetConstructorCandidates(name, bindingAttr, CallingConventions.Any, null, true);
3842ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);