1 write to PathTransitions
Microsoft.AspNetCore.Routing (1)
Matching\DfaState.cs (1)
24PathTransitions = pathTransitions;
2 references to PathTransitions
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcher.cs (1)
220destination = states[destination].PathTransitions.GetDestination(path, segments[i]);
Matching\DfaState.cs (1)
32$"path: ({PathTransitions?.DebuggerToString()}), " +