1 implementation of _Assembly
mscorlib (1)
system\reflection\assembly.cs (1)
59public abstract class Assembly : _Assembly, IEvidenceFactory, ICustomAttributeProvider, ISerializable
3 references to _Assembly
mscorlib (3)
system\reflection\assembly.cs (3)
54[ComDefaultInterface(typeof(_Assembly))] 742Type _Assembly.GetType() 1206ppv = Marshal.GetComInterfaceForObject(this, typeof(_Assembly));