34 references to PushPrefix
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\Converters\CollectionConverter.cs (3)
69context.PushPrefix("[0]"); 91context.PushPrefix("[1]"); 128context.PushPrefix(prefix);
FormMapping\HttpContextFormValueMapper.cs (1)
144reader.PushPrefix(context.ParameterName);
Microsoft.AspNetCore.Components.Endpoints.Tests (30)
Binding\FormDataMapperTests.cs (26)
28reader.PushPrefix("value"); 48reader.PushPrefix("value"); 68reader.PushPrefix("value"); 99reader.PushPrefix("value"); 121reader.PushPrefix("value"); 144reader.PushPrefix("value"); 164reader.PushPrefix("value"); 181reader.PushPrefix("value"); 198reader.PushPrefix("value"); 215reader.PushPrefix("value"); 241reader.PushPrefix("value"); 259reader.PushPrefix("value"); 275reader.PushPrefix("value"); 292reader.PushPrefix("value"); 324reader.PushPrefix("values"); 342reader.PushPrefix("values"); 360reader.PushPrefix("values"); 378reader.PushPrefix("values"); 403reader.PushPrefix("values"); 1913reader.PushPrefix("file"); 1941reader.PushPrefix("file"); 1974reader.PushPrefix("file"); 1996reader.PushPrefix("file"); 2019reader.PushPrefix("file"); 2052reader.PushPrefix("file"); 2087reader.PushPrefix("customer");
FormMapping\Converters\NullableConverterTests.cs (4)
68reader.PushPrefix(prefixName); 91reader.PushPrefix(prefixName); 115reader.PushPrefix(prefixName); 141reader.PushPrefix(prefixName);