3 references to IsSecurityTransparent
mscorlib (3)
system\reflection\ConstructorInfo.cs (1)
687
get { return RuntimeMethodHandle.
IsSecurityTransparent
(this); }
system\reflection\emit\dynamicmethod.cs (1)
694
return RuntimeMethodHandle.
IsSecurityTransparent
(m_methodHandle);
system\reflection\methodinfo.cs (1)
574
get { return RuntimeMethodHandle.
IsSecurityTransparent
(this); }