3 references to PushPrefix
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\Converters\CollectionConverter.cs (1)
180context.PushPrefix(computedPrefix[..(charsWritten + 2)]);
FormMapping\Converters\DictionaryConverter.cs (1)
61context.PushPrefix(key.Span);
FormMapping\FormDataReader.cs (1)
219PushPrefix(key.AsSpan());