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