1 write to _property
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PropertyMetadataNode.cs (1)
25
_property
= property;
3 references to _property
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\PropertyMetadataNode.cs (3)
28
public PropertyPseudoDesc Property =>
_property
;
35
CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory,
_property
);
41
return "Property metadata: " +
_property
.ToString();