11 references to GetAttribute
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\CompilationEmitTests.cs (3)
1066
Assert.NotNull(itest1.
GetAttribute
("System.Runtime.InteropServices", "TypeIdentifierAttribute"));
1073
Assert.NotNull(s.
GetAttribute
("System.Runtime.InteropServices", "TypeIdentifierAttribute"));
1155
Assert.NotNull(itest1.
GetAttribute
("System.Runtime.InteropServices", "TypeIdentifierAttribute"));
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (8)
Attributes\AttributeTests_WellKnownAttributes.cs (8)
13044
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13049
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13054
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").
13059
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").
13167
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13172
GetAttribute
("System.Runtime.CompilerServices", "AsyncStateMachineAttribute").
13177
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").
13182
GetAttribute
("System.Runtime.CompilerServices", "IteratorStateMachineAttribute").