2 writes to _customEncoder
System.Web (2)
Util\HttpEncoder.cs (2)
55
_customEncoder
= _customEncoderResolver.Value;
64
_customEncoder
= value;
2 references to _customEncoder
System.Web (2)
Util\HttpEncoder.cs (2)
54
if (
_customEncoder
== null) {
57
return
_customEncoder
;