4 references to NestedFamily
mscorlib (1)
system\type.cs (1)
1033get {return ((GetAttributeFlagsImpl() & TypeAttributes.VisibilityMask) == TypeAttributes.NestedFamily);}
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2790case TypeAttributes.NestedFamily:
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
947case TypeAttributes.NestedFamily:
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
102typeAttributes |= ((declaringType != null) ? TypeAttributes.NestedFamily : TypeAttributes.NotPublic);