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