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