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