3 writes to _reader
Microsoft.AspNetCore.Antiforgery (3)
Internal\AntiforgerySerializationContext.cs (3)
53_reader = new BinaryReader(Stream, Encoding.UTF8, leaveOpen: true); 60_reader = value; 110_reader = null;
2 references to _reader
Microsoft.AspNetCore.Antiforgery (2)
Internal\AntiforgerySerializationContext.cs (2)
50if (_reader == null) 56return _reader;