1 write to s_asciiEncoding
System.ServiceModel.Primitives (1)
Internals\System\Runtime\UrlUtility.cs (1)
23
s_asciiEncoding
= Encoding.GetEncoding("ascii");
2 references to s_asciiEncoding
System.ServiceModel.Primitives (2)
Internals\System\Runtime\UrlUtility.cs (2)
21
if (
s_asciiEncoding
== null)
25
return
s_asciiEncoding
;