2 writes to _chars
Microsoft.AspNetCore.Antiforgery (2)
Internal\AntiforgerySerializationContext.cs (2)
92_chars = new char[newLength]; 102_chars = null;
7 references to _chars
Microsoft.AspNetCore.Antiforgery (7)
Internal\AntiforgerySerializationContext.cs (7)
84if (_chars == null || _chars.Length < count) 86var newLength = _chars == null ? InitialCharsLength : checked(_chars.Length * 2); 95return _chars; 100if (_chars != null && _chars.Length > MaximumCharsLength)