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