3 references to checkAttributesNoDynamic
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Attributes\AttributeTests_Nullable.cs (3)
4859checkAttributesNoDynamic(typeDef.GetCustomAttributes(), addOne: 0); // add one for A<T> 4862checkAttributesNoDynamic(interfaceImpl.GetCustomAttributes(), addOne: 0); // add one for I<T> 4866checkAttributesNoDynamic(constraint.GetCustomAttributes(), addOne: 1); // add one for A<T>