3 instantiations of ConstructorParameter
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
StaticRouteHandlerModel\EndpointParameter.cs (3)
498
matchedProperties = writableProperties.Select(property => new
ConstructorParameter
(property, null));
507
propertiesWithParameterInfo.Add(new
ConstructorParameter
(property, parameter));
524
matchedProperties = writableProperties.Select(property => new
ConstructorParameter
(property, null));
2 references to ConstructorParameter
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
StaticRouteHandlerModel\EndpointParameter.cs (2)
458
private static bool TryGetAsParametersConstructor(Endpoint endpoint, INamedTypeSymbol type, WellKnownTypes wellKnownTypes, out bool? isDefaultConstructor, [NotNullWhen(true)] out IEnumerable<
ConstructorParameter
>? matchedProperties)
493
var propertiesWithParameterInfo = new List<
ConstructorParameter
>();