1 write to _customAttribute
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\CustomAttributeMetadataNode.cs (1)
22_customAttribute = customAttribute;
3 references to _customAttribute
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\CustomAttributeMetadataNode.cs (3)
25public ReflectableCustomAttribute CustomAttribute => _customAttribute; 37return $"Reflectable custom attribute {_customAttribute.CustomAttributeHandle} in {_customAttribute.Module}";