1 instantiation of AssemblyEntity
ILAssembler (1)
GrammarVisitor.cs (1)
595_entityRegistry.Assembly ??= new EntityRegistry.AssemblyEntity(assemblyName);
4 references to AssemblyEntity
ILAssembler (4)
EntityRegistry.cs (2)
324AssemblyEntity => EntityHandle.AssemblyDefinition, 560public AssemblyEntity? Assembly { get; set; }
GrammarVisitor.cs (2)
2232(_, EntityRegistry.AssemblyEntity) => newImplementation, 2233(EntityRegistry.AssemblyEntity, _) => implementationEntity,