1 instantiation of PropertyEntity
ILAssembler (1)
GrammarVisitor.cs (1)
4570var property = new EntityRegistry.PropertyEntity(propAttrs, signature, name);
6 references to PropertyEntity
ILAssembler (6)
EntityRegistry.cs (3)
140foreach (var property in type.Properties) 354foreach (PropertyEntity prop in GetSeenEntities(TableIndex.Property)) 1228public List<PropertyEntity> Properties { get; } = new();
GrammarVisitor.cs (3)
1056var property = VisitPropHead(propHead).Value; 4552public GrammarResult.Literal<EntityRegistry.PropertyEntity> VisitPropHead(CILParser.PropHeadContext context) 4570var property = new EntityRegistry.PropertyEntity(propAttrs, signature, name);