3 writes to _stream
Microsoft.AspNetCore.Antiforgery (3)
Internal\AntiforgerySerializationContext.cs (3)
35
_stream
= new MemoryStream(InitialStreamSize);
42
_stream
= value;
109
_stream
= null;
3 references to _stream
Microsoft.AspNetCore.Antiforgery (3)
Internal\AntiforgerySerializationContext.cs (3)
33
if (
_stream
== null)
38
return
_stream
;
105
if (
_stream
!= null)