11 references to AssertNativeIntegerAttributes
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (11)
Attributes\AttributeTests_NativeInteger.cs (11)
54AssertNativeIntegerAttributes(module, expected);
81AssertNativeIntegerAttributes(module, expected);
290AssertNativeIntegerAttributes(type.ContainingModule, expected);
367AssertNativeIntegerAttributes(type.ContainingModule, expected);
450AssertNativeIntegerAttributes(type.ContainingModule, expected);
527AssertNativeIntegerAttributes(type.ContainingModule, expected);
650AssertNativeIntegerAttributes(type.ContainingModule, expected);
757AssertNativeIntegerAttributes(type.ContainingModule, expected);
1526AssertNativeIntegerAttributes(module, expectedAttributes);
1575AssertNativeIntegerAttributes(module, expectedAttributes);
1631CompileAndVerify(comp, symbolValidator: module => AssertNativeIntegerAttributes(module, expected));