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