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)
28public PropertyPseudoDesc Property => _property; 35CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory, _property); 41return "Property metadata: " + _property.ToString();