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); 216InternalAssembly.GetCustomAttributes(inherit); 219InternalAssembly.GetCustomAttributes(attributeType, inherit); 222InternalAssembly.IsDefined(attributeType, inherit); 225InternalAssembly.GetCustomAttributesData(); 231public override AssemblyName GetName(bool copiedName) => InternalAssembly.GetName(copiedName); 233public override string? FullName => InternalAssembly.FullName; 237InternalAssembly.GetType(name, throwOnError, ignoreCase); 241public override bool ReflectionOnly => InternalAssembly.ReflectionOnly; 243public override Module? GetModule(string name) => InternalAssembly.GetModule(name); 247InternalAssembly.GetReferencedAssemblies(); 249public override long HostContext => InternalAssembly.HostContext; 252InternalAssembly.GetModules(getResourceModules); 255InternalAssembly.GetLoadedModules(getResourceModules); 258InternalAssembly.GetSatelliteAssembly(culture, null); 264InternalAssembly.GetSatelliteAssembly(culture, version); 266public override bool IsCollectible => InternalAssembly.IsCollectible;
src\System\Runtime\Loader\AssemblyLoadContext.CoreCLR.cs (1)
195asm is System.Reflection.Emit.RuntimeAssemblyBuilder ab ? ab.InternalAssembly :