5 references to CurrentChar
Microsoft.AspNetCore.Grpc.JsonTranscoding (5)
parent\Shared\HttpRoutePatternParser.cs (5)
72
if (
CurrentChar
!= ':')
107
switch (
CurrentChar
)
207
var c =
CurrentChar
;
245
var c =
CurrentChar
;
287
if (
CurrentChar
!= c)