1 write to AmbientValues
Microsoft.AspNetCore.Routing.Abstractions (1)
VirtualPathContext.cs (1)
41AmbientValues = ambientValues;
30 references to AmbientValues
Microsoft.AspNetCore.Routing (3)
RouteBase.cs (1)
149var values = _binder.GetValues(context.AmbientValues, context.Values);
Tree\TreeRouter.cs (2)
151var matches = _linkGenerationTree.GetMatches(context.Values, context.AmbientValues); 312var bindingResult = binder.GetValues(context.AmbientValues, inputValues);
Microsoft.AspNetCore.Routing.Tests (27)
Tree\LinkGenerationDecisionTreeTest.cs (27)
46var matches = tree.GetMatches(context.Values, context.AmbientValues); 66var matches = tree.GetMatches(context.Values, context.AmbientValues); 86var matches = tree.GetMatches(context.Values, context.AmbientValues); 110var matches = tree.GetMatches(context.Values, context.AmbientValues); 134var matches = tree.GetMatches(context.Values, context.AmbientValues); 156var matches = tree.GetMatches(context.Values, context.AmbientValues); 178var matches = tree.GetMatches(context.Values, context.AmbientValues); 203var matches = tree.GetMatches(context.Values, context.AmbientValues); 229var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 253var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 280var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 306var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 332var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 357var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 385var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 413var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 441var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 468var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 496var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 524var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 551var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 578var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 603var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 628var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 655var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 682var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 707var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList();