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)
33if (_stream == null) 38return _stream; 105if (_stream != null)