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)
25
public ReflectableCustomAttribute CustomAttribute =>
_customAttribute
;
37
return $"Reflectable custom attribute {
_customAttribute
.CustomAttributeHandle} in {
_customAttribute
.Module}";