2 writes to _responseEncodingUsed
System.Web (2)
HttpWriter.cs (2)
1017
_responseEncodingUsed
= true;
1127
_responseEncodingUsed
= true; // note the we used encoding (means that we need to generate charset=) see RAID#93415
1 reference to _responseEncodingUsed
System.Web (1)
HttpWriter.cs (1)
1285
get { return
_responseEncodingUsed
; }