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