9 references to ToReadOnlyCollection
System.Private.CoreLib (9)
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (9)
30
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
53
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
76
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
99
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
122
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
145
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
168
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
191
public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();
214
public IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.
ToReadOnlyCollection
();