1 reference to InitialCharsLength
Microsoft.AspNetCore.Antiforgery (1)
Internal\AntiforgerySerializationContext.cs (1)
86
var newLength = _chars == null ?
InitialCharsLength
: checked(_chars.Length * 2);