2 references to DeclaredOnlyLookup
Microsoft.Extensions.Validation.GeneratorTests (2)
ValidationsGeneratorTestBase.cs (2)
298
var factory = programType.GetMethod(name,
DeclaredOnlyLookup
);
387
var servicesProperty = hostType.GetProperty("Services",
DeclaredOnlyLookup
);