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