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)
1360if (propertyInfo.EqualsSig(list[j]!)) 2814MethodInfo methodInfo = candidates[j]; 3885if (FilterApplyConstructorInfo((RuntimeConstructorInfo)candidates[i], bindingAttr, CallingConventions.Any, argsType)) 3887cons[consCount++] = candidates[i];