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);
1996
pcas.
Add
(new SerializableAttribute());
2002
pcas.
Add
(new ComImportAttribute());
2039
if (pca is not null) pcas.
Add
(pca);
2044
pcas.
Add
(new PreserveSigAttribute());
2079
pcas.
Add
(new InAttribute());
2084
pcas.
Add
(new OutAttribute());
2089
pcas.
Add
(new OptionalAttribute());
2094
if (pca is not null) pcas.
Add
(pca);
2137
if (pca is not null) pcas.
Add
(pca);
2142
if (pca is not null) pcas.
Add
(pca);
2148
pcas.
Add
(new NonSerializedAttribute());
src\System\RuntimeType.CoreCLR.cs (18)
620
list.
Add
(runtimeMethodInfo);
724
list.
Add
(runtimeMethodInfo);
779
list.
Add
(runtimeConstructorInfo);
891
list.
Add
(runtimeFieldInfo);
948
list.
Add
(runtimeFieldInfo);
963
list.
Add
(iList);
972
list.
Add
(iFace);
1002
list.
Add
(interfaceType);
1044
list.
Add
(rt);
1099
list.
Add
(nestedType);
1192
list.
Add
(eventInfo);
1366
list.
Add
(propertyInfo);
2492
candidates.
Add
(methodInfo);
2514
candidates.
Add
(constructorInfo);
2538
candidates.
Add
(propertyInfo);
2560
candidates.
Add
(eventInfo);
2582
candidates.
Add
(fieldInfo);
2603
candidates.
Add
(nestedClass);