Implemented interface member:

method
IsDefined
System.Reflection.ICustomAttributeProvider.IsDefined(System.Type, System.Boolean)
48 overrides of IsDefined
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)
105 references to IsDefined
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (19)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Microsoft.AspNetCore.OpenApi (1)
Microsoft.Extensions.DependencyInjection.Abstractions (1)
Microsoft.JSInterop (2)
PresentationFramework (1)
System.ComponentModel.Annotations (1)
System.ComponentModel.Composition.Registration (1)
System.ComponentModel.TypeConverter (4)
System.Composition.Convention (1)
System.Formats.Asn1 (4)
System.Private.CoreLib (14)
System.Private.DataContractSerialization (13)
System.Private.Windows.Core (1)
System.Private.Xml (2)
System.Reflection.Context (6)
System.Reflection.Emit (1)
System.Resources.Extensions (1)
System.Runtime.InteropServices (1)
System.Runtime.Serialization.Formatters (2)
System.Runtime.Serialization.Schema (1)
System.ServiceModel.Primitives (17)
System\ServiceModel\Description\TypeLoader.cs (12)
1158if (parameters.Length == 1 && parameters[0].ParameterType.IsDefined(typeof(MessageContractAttribute), false))
1185if (responseType.IsDefined(typeof(MessageContractAttribute), false) && parameters.Length == 0)
1241if (GetParameterType(param).IsDefined(typeof(MessageContractAttribute), false/*inherit*/))
1246if (returnType != null && returnType.IsDefined(typeof(MessageContractAttribute), false/*inherit*/))
1327if (!baseType.IsDefined(typeof(MessageContractAttribute), false/*inherit*/))
1374if (memberInfo.IsDefined(typeof(MessageBodyMemberAttribute), false) ||
1375memberInfo.IsDefined(typeof(MessageHeaderAttribute), false) ||
1376memberInfo.IsDefined(typeof(MessageHeaderArrayAttribute), false) ||
1377memberInfo.IsDefined(typeof(MessagePropertyAttribute), false)
1406if (memberInfo.IsDefined(typeof(MessageHeaderArrayAttribute), false) ||
1407memberInfo.IsDefined(typeof(MessageHeaderAttribute), false))
1416else if (memberInfo.IsDefined(typeof(MessagePropertyAttribute), false))
System.Text.Json (1)
System.Windows.Forms.Design (2)
System.Xaml.Tests (3)