4 references to TypeInformation
mscorlib (3)
system\security\permissions\permissionattributes.cs (3)
478get { return (m_flag & ReflectionPermissionFlag.TypeInformation) != 0; } 479set { m_flag = value ? m_flag | ReflectionPermissionFlag.TypeInformation : m_flag & ~ReflectionPermissionFlag.TypeInformation; }
System (1)
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
508[ReflectionPermission(SecurityAction.Assert, Flags = ReflectionPermissionFlag.TypeInformation)]