5 overrides of Assembly
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
26public sealed override Assembly Assembly
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
101public sealed override Assembly Assembly
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
36public override Assembly Assembly => typeof(object).Assembly;
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
27public sealed override Assembly Assembly
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
42public sealed override Assembly Assembly
5 references to Assembly
System.Private.CoreLib (5)
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
198exception = Helpers.CreateTypeLoadException(outerTypeInfo.FullName + "+" + name, outerTypeInfo.Assembly.FullName);
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
105return GenericTypeDefinitionTypeInfo.Assembly;
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
46return _key.ElementType.Assembly;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
356return Assembly.ManifestModule;
System\RuntimeType.NativeAot.cs (1)
848return GetRuntimeTypeInfo().Assembly;