9 references to CurrentVariable
Microsoft.AspNetCore.Grpc.JsonTranscoding (9)
parent\Shared\HttpRoutePatternParser.cs (9)
125
CurrentVariable
.HasCatchAllPath = true;
227
CurrentVariable
.FieldPath.Add(identifier);
335
CurrentVariable
.StartSegment = _segments.Count;
336
CurrentVariable
.HasCatchAllPath = false;
341
CurrentVariable
.EndSegment = _segments.Count;
343
Debug.Assert(
CurrentVariable
.FieldPath.Any());
344
Debug.Assert(
CurrentVariable
.StartSegment <
CurrentVariable
.EndSegment);
345
Debug.Assert(
CurrentVariable
.EndSegment <= _segments.Count);