Implemented interface member:
property
CustomAttributes
CilStrip.Mono.Cecil.ICustomAttributeProvider.CustomAttributes
3 references to CustomAttributes
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (3)
160 foreach (CustomAttribute ca in evt.CustomAttributes) 161 ne.CustomAttributes.Add (CustomAttribute.Clone (ca, context)); 170 this.CustomAttributes.Accept (visitor);