11 references to
System.Private.CoreLib (11)
src\System\Reflection\RuntimeCustomAttributeData.cs (7)
106pca[i] = new RuntimeCustomAttributeData(pseudoAttributes[i]); 1271result.Add(pcas[i]); 1283typedResult[i] = result[i]; 1313result.Add(pcas[i]); 1325typedResult[i] = result[i]; 1479result[i] = attributes[i]; 1750if (derivedAttributes[i].GetType() == attributeType)
src\System\RuntimeType.CoreCLR.cs (4)
1403if (propertyInfo.EqualsSig(list[j])) 2857MethodInfo methodInfo = candidates[j]; 3910if (FilterApplyConstructorInfo((RuntimeConstructorInfo)candidates[i], bindingAttr, CallingConventions.Any, argsType)) 3912cons[consCount++] = candidates[i];