11 references to Module
mscorlib (7)
system\attributetargets.cs (1)
37All = Assembly | Module | Class | Struct | Enum | Constructor |
system\diagnostics\debuggerattributes.cs (1)
62[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Module, AllowMultiple = false)]
system\runtime\compilerservices\compilationrelaxations.cs (1)
26[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Method)]
system\runtime\compilerservices\suppressildasmattribute.cs (1)
12[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module)]
system\runtime\interopservices\attributes.cs (1)
1097[AttributeUsage(AttributeTargets.Module, Inherited = false)]
system\runtime\versioning\componentguaranteesattribute.cs (1)
29[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class |
system\security\attributes.cs (1)
31[AttributeUsage(AttributeTargets.Module, AllowMultiple = true, Inherited = false )]
System.Data (2)
fx\src\bid\inc\cs\bidPrivateBase.cs (2)
1133[AttributeUsage(AttributeTargets.Module, AllowMultiple=false)] 1150[AttributeUsage(AttributeTargets.Module, AllowMultiple=true)]
System.Runtime.Serialization (1)
System\Runtime\Serialization\ContractNamespaceAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module, Inherited = false, AllowMultiple = true)]
System.ServiceModel.Internals (1)
System\Runtime\Fx.cs (1)
997[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class |