2 references to ASSEMBLY_FLAGS_FRAMEWORK
mscorlib (2)
system\reflection\assembly.cs (2)
1271
flags |= ASSEMBLY_FLAGS.
ASSEMBLY_FLAGS_FRAMEWORK
| ASSEMBLY_FLAGS.ASSEMBLY_FLAGS_SAFE_REFLECTION;
1884
return (flags & ASSEMBLY_FLAGS.
ASSEMBLY_FLAGS_FRAMEWORK
) != 0;