5 references to GetConstructorCandidates
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
2672return GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false).ToArray();
2710ListBuilder<ConstructorInfo> constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);
2876ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, types, false);
3096constructors = GetConstructorCandidates(name, bindingAttr, CallingConventions.Any, null, true);
3894ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);