1 implementation of IsAssembly
mscorlib (1)
system\reflection\fieldinfo.cs (1)
159public bool IsAssembly { get { return(Attributes & FieldAttributes.FieldAccessMask) == FieldAttributes.Assembly; } }