Implemented interface member:
property
CustomAttributes
CilStrip.Mono.Cecil.ICustomAttributeProvider.CustomAttributes
6 references to CustomAttributes
AssemblyStripper (6)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\GenericParameter.cs (2)
223 foreach (CustomAttribute ca in gp.CustomAttributes) 224 ngp.CustomAttributes.Add (CustomAttribute.Clone (ca, context));
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (1)
863 VisitCustomAttributeCollection (gp.CustomAttributes);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinition.cs (3)
533 foreach (CustomAttribute ca in type.CustomAttributes) 534 nt.CustomAttributes.Add (CustomAttribute.Clone (ca, context)); 558 this.CustomAttributes.Accept (visitor);