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