2 writes to _inVariable
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
parent\Shared\HttpRoutePatternParser.cs (2)
334
_inVariable
= true;
347
_inVariable
= false;
3 references to _inVariable
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
parent\Shared\HttpRoutePatternParser.cs (3)
123
if (
_inVariable
)
316
if (!
_inVariable
|| _variables.LastOrDefault() is not HttpRouteVariable variable)
328
if (
_inVariable
)