2 instantiations of SampleAttribute
Microsoft.AspNetCore.Http.Extensions.Tests (2)
PropertyAsParameterInfoTests.cs (2)
193
[
Sample
]
199
[
Sample
] int withSampleAttribute,
2 references to SampleAttribute
Microsoft.AspNetCore.Http.Extensions.Tests (2)
PropertyAsParameterInfoTests.cs (2)
103
a => typeof(
SampleAttribute
).IsAssignableFrom(a.AttributeType));
123
a => typeof(
SampleAttribute
).IsAssignableFrom(a.GetType()));