23 references to CustomAttributes
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (8)
Emit\EditAndContinue\EditAndContinueTests.cs (8)
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;
6920var attribute = reader.GetCustomAttribute(reader.CustomAttributes.Single());
6986CheckBlobValue(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)