1 write to _entity
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DynamicDependencyAttributesOnEntityNode.cs (1)
34
_entity
= entity;
5 references to _entity
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\DynamicDependencyAttributesOnEntityNode.cs (5)
60
(TypeDesc owningType, IEnumerable<CustomAttributeValue<TypeDesc>> attributes) =
_entity
switch
63
_ => (((EcmaField)
_entity
).OwningType, ((EcmaField)
_entity
).GetDecodedCustomAttributes("System.Diagnostics.CodeAnalysis", "DynamicDependencyAttribute")),
68
AddDependenciesDueToDynamicDependencyAttribute(ref dependencies, factory,
_entity
, owningType, attribute);
240
return "DynamicDependencyAttribute analysis for " +
_entity
.GetDisplayName();