17 references to Empty
System.Reflection.Context (17)
System\Reflection\Context\Virtual\VirtualMethodBase.cs (5)
73return CollectionServices.Empty<Type>(); 88return CollectionServices.Empty<ParameterInfo>(); 99return CollectionServices.Empty<object>(); 104return CollectionServices.Empty<object>(); 109return CollectionServices.Empty<CustomAttributeData>();
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (5)
149return CollectionServices.Empty<Type>(); 154return CollectionServices.Empty<Type>(); 159return CollectionServices.Empty<Attribute>(); 164return CollectionServices.Empty<Attribute>(); 169return CollectionServices.Empty<CustomAttributeData>();
System\Reflection\Context\Virtual\VirtualPropertyBase.PropertyGetterBase.cs (1)
27return CollectionServices.Empty<Type>();
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (2)
41_attributes = propertyAttributes ?? CollectionServices.Empty<Attribute>(); 70return CollectionServices.Empty<CustomAttributeData>();
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertyGetter.cs (2)
24_attributes = getterAttributes ?? CollectionServices.Empty<Attribute>(); 52return CollectionServices.Empty<CustomAttributeData>();
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (2)
26_attributes = setterAttributes ?? CollectionServices.Empty<Attribute>(); 69return CollectionServices.Empty<CustomAttributeData>();