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