Implemented interface member:
15 references to Count
ILCompiler.MetadataTransform (10)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
22List<CustomAttribute> customAttributes = new List<CustomAttribute>(attributes.Count);
ILCompiler\Metadata\Transform.Event.cs (1)
69if (customAttributes.Count > 0)
ILCompiler\Metadata\Transform.Field.cs (1)
72if (customAttributes.Count > 0)
ILCompiler\Metadata\Transform.Method.cs (2)
105if (paramAttributes.Count > 0) 114if (attributes.Count > 0)
ILCompiler\Metadata\Transform.Parameter.cs (1)
40if (customAttributes.Count > 0)
ILCompiler\Metadata\Transform.Property.cs (1)
87if (customAttributes.Count > 0)
ILCompiler\Metadata\Transform.Scope.cs (2)
58if (customAttributes.Count > 0) 76if (moduleAttributes.Count > 0)
ILCompiler\Metadata\Transform.Type.cs (1)
352if (customAttributes.Count > 0)
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1071addWithCap(parentHandle, attributeEnumerator, originalCustomAttributes.Count);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
317return attributes.Count != 0;
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (3)
486method.GetCustomAttributes().Count == 0) 603typeDefinition.GetCustomAttributes().Count == 0) 637method.GetCustomAttributes().Count == 0)