2 references to TryReadWord
Microsoft.AspNetCore.WebUtilities (2)
FormReader.cs (2)
195if (!TryReadWord('=', KeyLengthLimit, out _currentKey)) 208if (!TryReadWord('&', ValueLengthLimit, out _currentValue))