6 references to SecurityCriticalScope
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1065
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.
SecurityCriticalScope
))]
netstandard (1)
netstandard.cs (1)
2001
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.
SecurityCriticalScope
))]
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\UnsafeNativeMethods.cs (1)
111
[SecurityCritical(
SecurityCriticalScope
.Everything)]
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalAttribute.cs (2)
23
public SecurityCriticalAttribute(
SecurityCriticalScope
scope)
29
public
SecurityCriticalScope
Scope { get; }
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
776
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.
SecurityCriticalScope
))]