Implemented interface member:
17 references to Count
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1057addWithCap(parentHandle, attributeEnumerator, originalCustomAttributes.Count);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Emit\EditAndContinue\EditAndContinueTests.cs (6)
3101Assert.Equal(3, reader0.CustomAttributes.Count); 3123Assert.Equal(1, reader1.CustomAttributes.Count); 6733Assert.Equal(3, reader0.CustomAttributes.Count); 6750Assert.Equal(1, reader1.CustomAttributes.Count); 6771Assert.Equal(2, reader2.CustomAttributes.Count); 6867var baseAttributeCount = reader0.CustomAttributes.Count;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Attributes\AttributeTests_Assembly.cs (6)
1067Assert.Equal(18, metadataReader.CustomAttributes.Count); 1114Assert.Equal(6, metadataReader.CustomAttributes.Count); 1135Assert.Equal(0, metadataReader.CustomAttributes.Count); 1188Assert.Equal(4, metadataReader.CustomAttributes.Count); 1229Assert.Equal(2, metadataReader.CustomAttributes.Count); 1250Assert.Equal(0, metadataReader.CustomAttributes.Count);
Attributes\AttributeTests_Tuples.cs (2)
877Assert.Equal(1, attributes.Count); 974Assert.Equal(1, attributes.Count);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Metadata\PE\TypeForwarders.cs (1)
1717Assert.Equal(1, peReader.CustomAttributes.Count);
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
446method.GetCustomAttributes().Count > 0)