5 writes to PreferredTryParseInvocation
Microsoft.AspNetCore.Http.RequestDelegateGenerator (5)
StaticRouteHandlerModel\EndpointParameter.cs (5)
74PreferredTryParseInvocation = preferredTryParseInvocation; 81PreferredTryParseInvocation = preferredTryParseInvocation; 88PreferredTryParseInvocation = preferredTryParseInvocation; 124PreferredTryParseInvocation = preferredTryParseInvocation; 243PreferredTryParseInvocation = preferredTryParseInvocation;
4 references to PreferredTryParseInvocation
Microsoft.AspNetCore.Http.RequestDelegateGenerator (4)
StaticRouteHandlerModel\Emitters\EndpointParameterEmitter.cs (3)
105codeWriter.WriteLine($$"""if (!{{endpointParameter.PreferredTryParseInvocation("element", "parsed_element")}})"""); 142codeWriter.WriteLine($"""if ({endpointParameter.PreferredTryParseInvocation(temp_argument, temp_argument_parsed_non_nullable)})"""); 158codeWriter.WriteLine($$"""if (!{{endpointParameter.PreferredTryParseInvocation(temp_argument, output_argument)}})""");
StaticRouteHandlerModel\EndpointParameter.cs (1)
295[MemberNotNullWhen(true, nameof(PreferredTryParseInvocation))]