9 references to ToReadOnlyCollection
System.Reflection.MetadataLoadContext (9)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
60
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
35
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Events\RoEvent.cs (1)
45
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Fields\RoField.cs (1)
47
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
43
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
63
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Parameters\RoParameter.cs (1)
32
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
46
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
System\Reflection\TypeLoading\Types\RoType.cs (1)
151
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();