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