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