2 references to Family
mscorlib (1)
system\reflection\fieldinfo.cs (1)
157public bool IsFamily { get { return(Attributes & FieldAttributes.FieldAccessMask) == FieldAttributes.Family; } }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
76fieldAttributes |= FieldAttributes.Family;