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