2 writes to _trailer_sent
System.Net.HttpListener (2)
System\Net\Managed\HttpResponseStream.Managed.cs (2)
75_trailer_sent = true; 81_trailer_sent = true;
2 references to _trailer_sent
System.Net.HttpListener (2)
System\Net\Managed\HttpResponseStream.Managed.cs (2)
68if (chunked && !_trailer_sent) 77else if (chunked && !_trailer_sent)