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