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)
50
if (
_reader
== null)
56
return
_reader
;