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