3 references to IsDefinedSafe
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\StackTrace.cs (3)
244if (declaringType != null && IsDefinedSafe(declaringType, typeof(CompilerGeneratedAttribute), inherit: false)) 388if (IsDefinedSafe(mb, typeof(StackTraceHiddenAttribute), inherit: false)) 397IsDefinedSafe(declaringType, typeof(StackTraceHiddenAttribute), inherit: false))