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)
68
if (chunked && !
_trailer_sent
)
77
else if (chunked && !
_trailer_sent
)