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)
324
AssemblyEntity
=> EntityHandle.AssemblyDefinition,
560
public
AssemblyEntity
? Assembly { get; set; }
GrammarVisitor.cs (2)
2232
(_, EntityRegistry.
AssemblyEntity
) => newImplementation,
2233
(EntityRegistry.
AssemblyEntity
, _) => implementationEntity,