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)
379
if (attribute.m_con.DeclaringType == typeof(
SecurityTransparentAttribute
))
system\reflection\emit\dynamicmethod.cs (1)
303
ConstructorInfo transparencyCtor = typeof(
SecurityTransparentAttribute
).GetConstructor(Type.EmptyTypes);
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3088
ConstructorInfo transparencyCtor = typeof(
SecurityTransparentAttribute
).GetConstructor(Type.EmptyTypes);
System.Activities (1)
System\Activities\Debugger\StateManager.cs (1)
695
typeof(
SecurityTransparentAttribute
).GetConstructor(
System.Core (1)
Microsoft\Scripting\Compiler\AssemblyGen.cs (1)
69
new CustomAttributeBuilder(typeof(
SecurityTransparentAttribute
).GetConstructor(Type.EmptyTypes), new object[0])
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
74
ConstructorInfo securityTransparentAttributeConstructor = typeof(
SecurityTransparentAttribute
).GetConstructor(Type.EmptyTypes);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
138
public static readonly ConstructorInfo Transparent = GetConstructor(typeof(
SecurityTransparentAttribute
));
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
424
ConstructorInfo SecurityTransparentAttribute_ctor = typeof(
SecurityTransparentAttribute
).GetConstructor(