5 references to IsCustomAttributeOfType
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (3)
53if (cah.IsCustomAttributeOfType(_reader, ["System", "Runtime", "CompilerServices"], "IsByRefLikeAttribute"))
71if (cah.IsCustomAttributeOfType(_reader, ["System", "Runtime", "InteropServices"], "GuidAttribute"))
251if (cah.IsCustomAttributeOfType(_reader, ["System"], "FlagsAttribute"))
System.Private.StackTraceMetadata (2)