Implemented interface member:
property
HasCustomAttributes
CilStrip.Mono.Cecil.ICustomAttributeProvider.HasCustomAttributes
3 references to HasCustomAttributes
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\GenericParameter.cs (1)
222 if (gp.HasCustomAttributes) {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (1)
862 if (gp.HasCustomAttributes)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinition.cs (1)
532 if (type.HasCustomAttributes) {