5 references to
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
106pca[i] = new RuntimeCustomAttributeData(pseudoAttributes[i]);
src\System\RuntimeType.CoreCLR.cs (4)
1360if (propertyInfo.EqualsSig(list[j]!)) 2814MethodInfo methodInfo = candidates[j]; 3885if (FilterApplyConstructorInfo((RuntimeConstructorInfo)candidates[i], bindingAttr, CallingConventions.Any, argsType)) 3887cons[consCount++] = candidates[i];