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