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)
629
list.
Add
(runtimeMethodInfo);
741
list.
Add
(runtimeMethodInfo);
803
list.
Add
(runtimeConstructorInfo);
921
list.
Add
(runtimeFieldInfo);
985
list.
Add
(runtimeFieldInfo);
1000
list.
Add
(iList);
1009
list.
Add
(iFace);
1039
list.
Add
(interfaceType);
1081
list.
Add
(rt);
1136
list.
Add
(nestedType);
1234
list.
Add
(eventInfo);
1416
list.
Add
(propertyInfo);
2543
candidates.
Add
(methodInfo);
2565
candidates.
Add
(constructorInfo);
2589
candidates.
Add
(propertyInfo);
2611
candidates.
Add
(eventInfo);
2633
candidates.
Add
(fieldInfo);
2654
candidates.
Add
(nestedClass);