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); 2849ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, types, false); 3069constructors = GetConstructorCandidates(name, bindingAttr, CallingConventions.Any, null, true); 3885ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.Any, null, false);