8 references to UTF32Encoding
mscorlib (4)
system\io\streamreader.cs (2)
496encoding = new UTF32Encoding(false, true); 513encoding = new UTF32Encoding(true, true);
system\text\encoding.cs (2)
591result = new UTF32Encoding(true, true); 1560if (utf32Encoding == null) utf32Encoding = new UTF32Encoding(false, true);
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
1043return new UTF32Encoding(false, true); 1073return new UTF32Encoding(true, true);
System.Data.Services.Client (2)
System\Data\Services\Client\BatchStream.cs (2)
1043return new UTF32Encoding(false, true); 1073return new UTF32Encoding(true, true);