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