19 references to InternalAssembly
System.Private.CoreLib (19)
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (18)
76internal object SyncRoot => InternalAssembly.SyncRoot; 100_manifestModuleBuilder = new RuntimeModuleBuilder(this, (RuntimeModule)InternalAssembly.ManifestModule); 215InternalAssembly.GetCustomAttributes(inherit); 218InternalAssembly.GetCustomAttributes(attributeType, inherit); 221InternalAssembly.IsDefined(attributeType, inherit); 224InternalAssembly.GetCustomAttributesData(); 230public override AssemblyName GetName(bool copiedName) => InternalAssembly.GetName(copiedName); 232public override string? FullName => InternalAssembly.FullName; 236InternalAssembly.GetType(name, throwOnError, ignoreCase); 240public override bool ReflectionOnly => InternalAssembly.ReflectionOnly; 242public override Module? GetModule(string name) => InternalAssembly.GetModule(name); 246InternalAssembly.GetReferencedAssemblies(); 248public override long HostContext => InternalAssembly.HostContext; 251InternalAssembly.GetModules(getResourceModules); 254InternalAssembly.GetLoadedModules(getResourceModules); 257InternalAssembly.GetSatelliteAssembly(culture, null); 263InternalAssembly.GetSatelliteAssembly(culture, version); 265public override bool IsCollectible => InternalAssembly.IsCollectible;
src\System\Runtime\Loader\AssemblyLoadContext.CoreCLR.cs (1)
194asm is System.Reflection.Emit.RuntimeAssemblyBuilder ab ? ab.InternalAssembly :