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