6 references to IsDefined
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
src\aspnetcore\src\Shared\RoslynUtils\TypeHelper.cs (2)
26
return Attribute.
IsDefined
(type, typeof(CompilerGeneratedAttribute)) || IsCompilerGeneratedType(type.DeclaringType);
38
return Attribute.
IsDefined
(method, typeof(CompilerGeneratedAttribute)) || IsCompilerGeneratedType(method.DeclaringType);
Microsoft.AspNetCore.Routing (2)
src\aspnetcore\src\Shared\RoslynUtils\TypeHelper.cs (2)
26
return Attribute.
IsDefined
(type, typeof(CompilerGeneratedAttribute)) || IsCompilerGeneratedType(type.DeclaringType);
38
return Attribute.
IsDefined
(method, typeof(CompilerGeneratedAttribute)) || IsCompilerGeneratedType(method.DeclaringType);
Microsoft.ML.Benchmarks.Tests (1)
BenchmarksTest.cs (1)
41
where Attribute.
IsDefined
(type, typeof(CIBenchmark))
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
157
return Attribute.
IsDefined
(element, attributeType);