2 references to ASSEMBLY_FLAGS_INITIALIZED
mscorlib (2)
system\reflection\assembly.cs (2)
1261if ((m_flags & ASSEMBLY_FLAGS.ASSEMBLY_FLAGS_INITIALIZED) == 0) 1307m_flags = flags | ASSEMBLY_FLAGS.ASSEMBLY_FLAGS_INITIALIZED;