1 instantiation of CustomAttributeEntry
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
96customAttributeEntries.Add(new CustomAttributeEntry
5 references to CustomAttributeEntry
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (5)
43private List<CustomAttributeEntry> GetCustomAttributeEntries() 46List<CustomAttributeEntry> customAttributeEntries = new List<CustomAttributeEntry>(); 315List<CustomAttributeEntry> customAttributeEntries = GetCustomAttributeEntries(); 343foreach (var customAttributeEntry in customAttributeEntries)