5 references to NestedAssembly
mscorlib (1)
system\type.cs (1)
1037get {return ((GetAttributeFlagsImpl() & TypeAttributes.VisibilityMask) == TypeAttributes.NestedAssembly);}
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2794case TypeAttributes.NestedAssembly:
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
951case TypeAttributes.NestedAssembly:
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
506type.TypeAttributes = TypeAttributes.NestedAssembly;
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
100typeAttributes |= ((declaringType != null) ? TypeAttributes.NestedAssembly : TypeAttributes.NotPublic);