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)
68
if (
_writer
== null)
74
return
_writer
;