23 references to CustomAttributes
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (8)
Emit\EditAndContinue\EditAndContinueTests.cs (8)
3153Assert.Equal(3, reader0.CustomAttributes.Count);
3175Assert.Equal(1, reader1.CustomAttributes.Count);
6935Assert.Equal(3, reader0.CustomAttributes.Count);
6952Assert.Equal(1, reader1.CustomAttributes.Count);
6973Assert.Equal(2, reader2.CustomAttributes.Count);
7069var baseAttributeCount = reader0.CustomAttributes.Count;
7122var attribute = reader.GetCustomAttribute(reader.CustomAttributes.Single());
7188CheckBlobValue(readers, reader3.GetCustomAttribute(reader3.CustomAttributes.First()).Value, new byte[] { 0x01, 0x00, 0x00, 0x00 });
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (9)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (4)