1 write to _trees
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouter.cs (1)
84_trees = trees;
2 references to _trees
Microsoft.AspNetCore.Routing (2)
Tree\TreeRouter.cs (2)
134internal IEnumerable<UrlMatchingTree> MatchingTrees => _trees; 176foreach (var tree in _trees)