5 references to checkAttributes
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Attributes\AttributeTests_Nullable.cs (5)
4869
checkAttributes
(field.GetCustomAttributes());
4872
checkAttributes
(@event.GetCustomAttributes(), addOne: 1); // add one for EventHandler<T>
4876
checkAttributes
(parameters[0].GetCustomAttributes()); // return type
4877
checkAttributes
(parameters[1].GetCustomAttributes()); // parameter
4880
checkAttributes
(property.GetCustomAttributes());