4 references to Import
mscorlib (4)
system\reflection\emit\typebuilder.cs (1)
1374
return((GetAttributeFlagsImpl() & TypeAttributes.
Import
) != 0) ? true : false;
system\runtime\interopservices\attributes.cs (2)
643
if ((type.Attributes & TypeAttributes.
Import
) == 0)
651
return (type.Attributes & TypeAttributes.
Import
) != 0;
system\type.cs (1)
1114
get {return ((GetAttributeFlagsImpl() & TypeAttributes.
Import
) != 0);}