5 references to IsCustomAttributeOfType
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (2)
53
if (cah.
IsCustomAttributeOfType
(_reader, ["System", "Runtime", "CompilerServices"], "IsByRefLikeAttribute"))
71
if (cah.
IsCustomAttributeOfType
(_reader, ["System", "Runtime", "InteropServices"], "GuidAttribute"))
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\NativeFormatEnumInfo.cs (1)
63
if (cah.
IsCustomAttributeOfType
(reader, ["System"], "FlagsAttribute"))
System.Private.StackTraceMetadata (2)
Internal\StackTraceMetadata\StackTraceMetadata.cs (2)
94
if (cah.
IsCustomAttributeOfType
(reader, ["System", "Diagnostics"], "StackTraceHiddenAttribute"))
103
if (cah.
IsCustomAttributeOfType
(reader, ["System", "Diagnostics"], "StackTraceHiddenAttribute"))