1 instantiation of CustomAttributeEntry
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
87customAttributeEntries.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>(); 306List<CustomAttributeEntry> customAttributeEntries = GetCustomAttributeEntries(); 334foreach (var customAttributeEntry in customAttributeEntries)