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