5 references to GetConstructorCandidates
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
2673return GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false).ToArray();
2711ListBuilder<ConstructorInfo> constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);
2877ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, types, false);
3097constructors = GetConstructorCandidates(name, bindingAttr, CallingConventions.Any, null, true);
3916ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);