5 references to GetConstructorCandidates
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
2645return GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false).ToArray();
2683ListBuilder<ConstructorInfo> constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);
2833ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, types, false);
3053constructors = GetConstructorCandidates(name, bindingAttr, CallingConventions.Any, null, true);
3869ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);