Implemented interface member:
method
GetModules
System.Runtime.InteropServices._Assembly.GetModules()
2 references to GetModules
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3100foreach (Module mod in assembly.GetModules())
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
278Module[] modules = type.Assembly.GetModules();