Implemented interface member:

method
GetCustomAttributes
System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Type, System.Boolean)
37 overrides of GetCustomAttributes
PresentationFramework (1)
System.Private.CoreLib (16)
System.Private.Reflection.Execution (1)
System.Reflection.Context (8)
System.Reflection.Emit (3)
System.Reflection.MetadataLoadContext (6)
System.Runtime.InteropServices (1)
System.Runtime.Serialization.Formatters (1)
148 references to GetCustomAttributes
Aspire.Hosting.Radius.Tests (1)
Aspire.Hosting.Rust.Tests (1)
dotnet-format (1)
dotnet-Microsoft.XmlSerializer.Generator (1)
dotnet-svcutil-lib (14)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.OpenApi (1)
Microsoft.Build.Framework (2)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CSharp (3)
Microsoft.Maui (1)
Microsoft.Maui.Controls (1)
Microsoft.Maui.Controls.Xaml (1)
Microsoft.ML.Core (8)
Microsoft.ML.Data (6)
Microsoft.ML.EntryPoints (8)
Microsoft.ML.SearchSpace (8)
Microsoft.TestPlatform.CrossPlatEngine (1)
Microsoft.VisualBasic.Core (11)
Microsoft.VisualStudio.TestPlatform.Common (7)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
MSBuild (1)
PresentationFramework (4)
System.ComponentModel.Composition.Registration (10)
System\ComponentModel\Composition\Registration\PartBuilder.cs (10)
204foreach (Attribute attr in member.GetCustomAttributes(typeof(Attribute), false))
229bool isConfigured = type.GetCustomAttributes(typeof(ExportAttribute), false).FirstOrDefault() != null || MemberHasExportMetadata(type);
248bool isConfigured = type.GetCustomAttributes(typeof(PartCreationPolicyAttribute), false).FirstOrDefault() != null;
262bool isConfigured = type.GetCustomAttributes(typeof(PartMetadataAttribute), false).FirstOrDefault() != null;
279bool isConfigured = type.GetCustomAttributes(typeof(PartMetadataAttribute), false).FirstOrDefault() != null;
299bool isConfigured = type.GetCustomAttributes(typeof(ExportAttribute), false).FirstOrDefault() != null || MemberHasExportMetadata(type);
343object[] attributes = ci.GetCustomAttributes(typeof(ImportingConstructorAttribute), false);
445isConfigured = pi.GetCustomAttributes(typeof(ImportAttribute), false).FirstOrDefault() != null || pi.GetCustomAttributes(typeof(ImportManyAttribute), false).FirstOrDefault() != null;
485isConfigured = pi.GetCustomAttributes(typeof(ExportAttribute), false).FirstOrDefault() != null || MemberHasExportMetadata(pi);
System.ComponentModel.TypeConverter (2)
System.Diagnostics.TraceSource (1)
System.DirectoryServices.AccountManagement (1)
System.Private.CoreLib (8)
System.Private.DataContractSerialization (10)
System.Private.Xml (6)
System.Reflection.Context (8)
System.Reflection.Emit (1)
System.Runtime.InteropServices (2)
System.Runtime.Serialization.Formatters (2)
System.Text.Json (2)
System.Windows.Forms.Design (4)
System.Xaml (1)