1 instantiation of ListBuilder
System.Private.CoreLib (1)
System\ActivatorImplementation.cs (1)
78
ListBuilder<MethodBase> matches = new
ListBuilder
<MethodBase>(candidates.Length);
6 references to ListBuilder
System.Private.CoreLib (6)
Internal\Reflection\Extensions\NonPortable\CustomAttributeSearcher.cs (1)
114
ListBuilder
<CustomAttributeData> immediateResults = default;
System\ActivatorImplementation.cs (1)
78
ListBuilder
<MethodBase> matches = new ListBuilder<MethodBase>(candidates.Length);
System\Reflection\Runtime\General\NamespaceChain.cs (1)
25
ListBuilder
<string> names = default;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.BindingFlags.cs (3)
19
ListBuilder
<ConstructorInfo> candidates = default;
73
ListBuilder
<MethodInfo> candidates = default;
117
ListBuilder
<PropertyInfo> candidates = default;