11 references to GetAttribute
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\CompilationEmitTests.cs (3)
1067
Assert.NotNull(itest1.
GetAttribute
("System.Runtime.InteropServices", "TypeIdentifierAttribute"));
1074
Assert.NotNull(s.
GetAttribute
("System.Runtime.InteropServices", "TypeIdentifierAttribute"));
1156
Assert.NotNull(itest1.
GetAttribute
("System.Runtime.InteropServices", "TypeIdentifierAttribute"));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Attributes\AttributeTests_WellKnownAttributes.cs (8)
13260
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13265
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13270
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").
13275
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").
13383
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13388
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13393
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").
13398
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").