32 references to Add
System.Private.CoreLib (32)
src\System\Reflection\RuntimeCustomAttributeData.cs (14)
1271
result.
Add
(pcas[i]);
1313
result.
Add
(pcas[i]);
1608
attributes.
Add
(attribute);
1997
pcas.
Add
(new SerializableAttribute());
2003
pcas.
Add
(new ComImportAttribute());
2040
if (pca is not null) pcas.
Add
(pca);
2045
pcas.
Add
(new PreserveSigAttribute());
2080
pcas.
Add
(new InAttribute());
2085
pcas.
Add
(new OutAttribute());
2090
pcas.
Add
(new OptionalAttribute());
2095
if (pca is not null) pcas.
Add
(pca);
2138
if (pca is not null) pcas.
Add
(pca);
2143
if (pca is not null) pcas.
Add
(pca);
2149
pcas.
Add
(new NonSerializedAttribute());
src\System\RuntimeType.CoreCLR.cs (18)
630
list.
Add
(runtimeMethodInfo);
742
list.
Add
(runtimeMethodInfo);
804
list.
Add
(runtimeConstructorInfo);
922
list.
Add
(runtimeFieldInfo);
986
list.
Add
(runtimeFieldInfo);
1001
list.
Add
(iList);
1010
list.
Add
(iFace);
1040
list.
Add
(interfaceType);
1082
list.
Add
(rt);
1137
list.
Add
(nestedType);
1235
list.
Add
(eventInfo);
1417
list.
Add
(propertyInfo);
2544
candidates.
Add
(methodInfo);
2566
candidates.
Add
(constructorInfo);
2590
candidates.
Add
(propertyInfo);
2612
candidates.
Add
(eventInfo);
2634
candidates.
Add
(fieldInfo);
2655
candidates.
Add
(nestedClass);