22 overrides of GetCustomAttributesData
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
178
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (5)
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();
191
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => CustomAttributes.ToReadOnlyCollection();
System\RuntimeType.NativeAot.cs (1)
819
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System.Reflection.Context (8)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
101
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System\Reflection\Context\Delegation\DelegatingEventInfo.cs (1)
95
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System\Reflection\Context\Delegation\DelegatingFieldInfo.cs (1)
86
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
123
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
116
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System\Reflection\Context\Delegation\DelegatingType.cs (1)
210
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System\Reflection\Context\Virtual\VirtualMethodBase.cs (1)
107
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
166
public override IList<CustomAttributeData>
GetCustomAttributesData
()
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
34
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => CustomAttributes.ToReadOnlyCollection();
System\Reflection\TypeLoading\Events\RoEvent.cs (1)
44
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => CustomAttributes.ToReadOnlyCollection();
System\Reflection\TypeLoading\Fields\RoField.cs (1)
46
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => CustomAttributes.ToReadOnlyCollection();
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
42
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => CustomAttributes.ToReadOnlyCollection();
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
45
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => CustomAttributes.ToReadOnlyCollection();
System\Reflection\TypeLoading\Types\RoType.cs (1)
147
public sealed override IList<CustomAttributeData>
GetCustomAttributesData
() => CustomAttributes.ToReadOnlyCollection();
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
86
public override IList<CustomAttributeData>
GetCustomAttributesData
() => _innerEventInfo.GetCustomAttributesData();
45 references to GetCustomAttributesData
Aspire.TypeSystem (13)
AttributeDataReader.cs (13)
28
=> FindSingleAttribute<AspireExportData>(type.
GetCustomAttributesData
(), AspireExportAttributeFullName, ParseAspireExportData);
34
=> FindSingleAttribute<AspireExportData>(method.
GetCustomAttributesData
(), AspireExportAttributeFullName, ParseAspireExportData);
40
=> FindSingleAttribute<AspireExportData>(property.
GetCustomAttributesData
(), AspireExportAttributeFullName, ParseAspireExportData);
54
=> HasAttribute(type.
GetCustomAttributesData
(), AspireExportIgnoreAttributeFullName);
60
=> HasAttribute(property.
GetCustomAttributesData
(), AspireExportIgnoreAttributeFullName);
66
=> HasAttribute(method.
GetCustomAttributesData
(), AspireExportIgnoreAttributeFullName);
74
=> HasAttribute(type.
GetCustomAttributesData
(), AspireDtoAttributeFullName);
82
=> FindSingleAttribute<AspireValueData>(field.
GetCustomAttributesData
(), AspireValueAttributeFullName, ParseAspireValueData);
88
=> FindSingleAttribute<AspireValueData>(property.
GetCustomAttributesData
(), AspireValueAttributeFullName, ParseAspireValueData);
102
=> FindSingleAttribute<AspireUnionData>(property.
GetCustomAttributesData
(), AspireUnionAttributeFullName, ParseAspireUnionData);
110
=> FindSingleAttribute<ObsoleteData>(method.
GetCustomAttributesData
(), ObsoleteAttributeFullName, ParseObsoleteData);
116
=> FindSingleAttribute<ObsoleteData>(property.
GetCustomAttributesData
(), ObsoleteAttributeFullName, ParseObsoleteData);
122
=> FindSingleAttribute<ObsoleteData>(type.
GetCustomAttributesData
(), ObsoleteAttributeFullName, ParseObsoleteData);
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1537
.
GetCustomAttributesData
()
Microsoft.AspNetCore.Diagnostics (1)
src\aspnetcore\src\Shared\StackTrace\StackFrame\StackTraceHelper.cs (1)
246
attributes = memberInfo.
GetCustomAttributesData
();
Microsoft.AspNetCore.Hosting (1)
src\aspnetcore\src\Shared\StackTrace\StackFrame\StackTraceHelper.cs (1)
246
attributes = memberInfo.
GetCustomAttributesData
();
Microsoft.AspNetCore.Http.Extensions (1)
src\aspnetcore\src\Shared\PropertyAsParameterInfo.cs (1)
195
attributes.AddRange(_underlyingProperty.
GetCustomAttributesData
());
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
src\aspnetcore\src\Shared\PropertyAsParameterInfo.cs (1)
195
attributes.AddRange(_underlyingProperty.
GetCustomAttributesData
());
Microsoft.AspNetCore.OpenApi (1)
src\aspnetcore\src\Shared\PropertyAsParameterInfo.cs (1)
195
attributes.AddRange(_underlyingProperty.
GetCustomAttributesData
());
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\StackTrace\StackFrame\StackTraceHelper.cs (1)
246
attributes = memberInfo.
GetCustomAttributesData
();
Microsoft.Extensions.AI.Abstractions (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\NullabilityInfoContext\NullabilityInfoContext.cs (6)
47
foreach (CustomAttributeData attribute in memberInfo.
GetCustomAttributesData
())
202
NullableAttributeStateParser parser = annotationsDisabled ? NullableAttributeStateParser.Unknown : CreateParser(propertyInfo.
GetCustomAttributesData
());
248
return GetNullabilityInfo(eventInfo, eventInfo.EventHandlerType!, CreateParser(eventInfo.
GetCustomAttributesData
()));
261
IList<CustomAttributeData> attributes = fieldInfo.
GetCustomAttributesData
();
499
if (CreateParser(genericParameter.
GetCustomAttributesData
()).ParseNullableState(0, ref state))
545
NullableAttributeStateParser parser = CreateParser(contextTypeDefinition.
GetCustomAttributesData
());
Microsoft.Extensions.Configuration.Binder (1)
ConfigurationBinder.cs (1)
1186
foreach (var attributeData in property.
GetCustomAttributesData
())
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
131
foreach (CustomAttributeData attributeData in serviceGenericType.
GetCustomAttributesData
())
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeData.cs (1)
17
return target.
GetCustomAttributesData
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\MemberInfo.cs (1)
38
public virtual IEnumerable<CustomAttributeData> CustomAttributes =>
GetCustomAttributesData
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfoContext.cs (6)
42
foreach (CustomAttributeData attribute in memberInfo.
GetCustomAttributesData
())
199
NullableAttributeStateParser parser = annotationsDisabled ? NullableAttributeStateParser.Unknown : CreateParser(propertyInfo.
GetCustomAttributesData
());
248
return GetNullabilityInfo(eventInfo, eventInfo.EventHandlerType!, CreateParser(eventInfo.
GetCustomAttributesData
()));
263
IList<CustomAttributeData> attributes = fieldInfo.
GetCustomAttributesData
();
504
if (CreateParser(genericParameter.
GetCustomAttributesData
()).ParseNullableState(0, ref state))
555
NullableAttributeStateParser parser = CreateParser(contextTypeDefinition.
GetCustomAttributesData
());
System.Reflection.Context (6)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
103
return UnderlyingConstructor.
GetCustomAttributesData
();
System\Reflection\Context\Delegation\DelegatingEventInfo.cs (1)
97
return UnderlyingEvent.
GetCustomAttributesData
();
System\Reflection\Context\Delegation\DelegatingFieldInfo.cs (1)
88
return UnderlyingField.
GetCustomAttributesData
();
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
125
return UnderlyingMethod.
GetCustomAttributesData
();
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
118
return UnderlyingProperty.
GetCustomAttributesData
();
System\Reflection\Context\Delegation\DelegatingType.cs (1)
212
return _typeInfo.
GetCustomAttributesData
();
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
86
public override IList<CustomAttributeData> GetCustomAttributesData() => _innerEventInfo.
GetCustomAttributesData
();
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Union\JsonUnionConverterFactory.cs (1)
31
foreach (CustomAttributeData data in type.
GetCustomAttributesData
())
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
260
foreach (CustomAttributeData attributeData in type.
GetCustomAttributesData
())