Implemented interface member:

method
GetCustomAttributes
System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Type, System.Boolean)
48 overrides of GetCustomAttributes
PresentationFramework (1)
System.Private.CoreLib (24)
System.Reflection.Context (8)
System.Reflection.Emit (3)
System.Reflection.MetadataLoadContext (6)
System.Runtime.InteropServices (1)
System.Runtime.Serialization.Formatters (1)
System.Windows.Forms.Tests (1)
System.Xaml.Tests (3)
166 references to GetCustomAttributes
BasicTestApp (1)
dotnet-svcutil-lib (14)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Http.Extensions (2)
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.OpenApi (2)
Microsoft.Build (2)
Microsoft.Build.Engine.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
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.VisualBasic.Core (11)
Microsoft.VisualStudio.LanguageServices (2)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
MSBuild (3)
MSBuildTaskHost (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.Private.CoreLib (13)
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.Web.Services.Description (3)
System.Windows.Forms.Design (4)
System.Windows.Forms.Design.Tests (1)
System.Windows.Forms.Tests (5)
System.Xaml (1)
System.Xaml.Tests (3)