3 instantiations of SecurityTransparentAttribute
System.Data.Entity.Design (1)
System\Data\GlobalSuppressions.cs (1)
16[assembly: System.Security.SecurityTransparent]
System.Data.Linq (1)
Properties\AssemblyInfo.cs (1)
9[assembly: SecurityTransparent]
System.Web.Entity (1)
AssemblyInfo.cs (1)
15[assembly: System.Security.SecurityTransparent]
8 references to SecurityTransparentAttribute
mscorlib (2)
system\reflection\emit\assemblybuilder.cs (1)
379if (attribute.m_con.DeclaringType == typeof(SecurityTransparentAttribute))
system\reflection\emit\dynamicmethod.cs (1)
303ConstructorInfo transparencyCtor = typeof(SecurityTransparentAttribute).GetConstructor(Type.EmptyTypes);
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3088ConstructorInfo transparencyCtor = typeof(SecurityTransparentAttribute).GetConstructor(Type.EmptyTypes);
System.Activities (1)
System\Activities\Debugger\StateManager.cs (1)
695typeof(SecurityTransparentAttribute).GetConstructor(
System.Core (1)
Microsoft\Scripting\Compiler\AssemblyGen.cs (1)
69new CustomAttributeBuilder(typeof(SecurityTransparentAttribute).GetConstructor(Type.EmptyTypes), new object[0])
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
74ConstructorInfo securityTransparentAttributeConstructor = typeof(SecurityTransparentAttribute).GetConstructor(Type.EmptyTypes);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
138public static readonly ConstructorInfo Transparent = GetConstructor(typeof(SecurityTransparentAttribute));
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
424ConstructorInfo SecurityTransparentAttribute_ctor = typeof(SecurityTransparentAttribute).GetConstructor(