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