6 references to ConventionWithNullableContextAttribute
Microsoft.AspNetCore.Mvc.Core.Test (6)
ApiConventionMethodAttributeTest.cs (6)
62var type = typeof(ConventionWithNullableContextAttribute); 63var method = type.GetMethod(nameof(ConventionWithNullableContextAttribute.Get)); 78var methodName = typeof(ConventionWithNullableContextAttribute).FullName + '.' + nameof(ConventionWithNullableContextAttribute.Get); 81new ApiConventionMethodAttribute(typeof(ConventionWithNullableContextAttribute), nameof(ConventionWithNullableContextAttribute.Get));