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)
627
list.
Add
(runtimeMethodInfo);
731
list.
Add
(runtimeMethodInfo);
786
list.
Add
(runtimeConstructorInfo);
898
list.
Add
(runtimeFieldInfo);
955
list.
Add
(runtimeFieldInfo);
970
list.
Add
(iList);
979
list.
Add
(iFace);
1009
list.
Add
(interfaceType);
1051
list.
Add
(rt);
1106
list.
Add
(nestedType);
1199
list.
Add
(eventInfo);
1373
list.
Add
(propertyInfo);
2516
candidates.
Add
(methodInfo);
2538
candidates.
Add
(constructorInfo);
2562
candidates.
Add
(propertyInfo);
2584
candidates.
Add
(eventInfo);
2606
candidates.
Add
(fieldInfo);
2627
candidates.
Add
(nestedClass);