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)
1285get { return _responseEncodingUsed; }