3 writes to _writer
Microsoft.AspNetCore.Antiforgery (3)
Internal\AntiforgerySerializationContext.cs (3)
71_writer = new BinaryWriter(Stream, Encoding.UTF8, leaveOpen: true); 78_writer = value; 111_writer = null;
2 references to _writer
Microsoft.AspNetCore.Antiforgery (2)
Internal\AntiforgerySerializationContext.cs (2)
68if (_writer == null) 74return _writer;