4 references to CheckAttribute
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\AttributeTests_Nullable.cs (4)
528
CompileAndVerify(comp, symbolValidator: m =>
CheckAttribute
(m.GlobalNamespace.GetMember("A.F").GetAttributes().Single(), "A"));
538
CompileAndVerify(comp, symbolValidator: m =>
CheckAttribute
(m.GlobalNamespace.GetMember("B.G").GetAttributes().Single(), "B"));
563
CompileAndVerify(comp, symbolValidator: m =>
CheckAttribute
(m.GlobalNamespace.GetMember("A.F").GetAttributes().Single(), "A"));
573
CompileAndVerify(comp, symbolValidator: m =>
CheckAttribute
(m.GlobalNamespace.GetMember("B.G").GetAttributes().Single(), "A"));