8 instantiations of UTF32Encoding
mscorlib (4)
system\io\streamreader.cs (2)
496
encoding = new
UTF32Encoding
(false, true);
513
encoding = new
UTF32Encoding
(true, true);
system\text\encoding.cs (2)
591
result = new
UTF32Encoding
(true, true);
1560
if (utf32Encoding == null) utf32Encoding = new
UTF32Encoding
(false, true);
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
1043
return new
UTF32Encoding
(false, true);
1073
return new
UTF32Encoding
(true, true);
System.Data.Services.Client (2)
System\Data\Services\Client\BatchStream.cs (2)
1043
return new
UTF32Encoding
(false, true);
1073
return new
UTF32Encoding
(true, true);
4 references to UTF32Encoding
mscorlib (3)
system\text\utf32encoding.cs (3)
1210
UTF32Encoding
that = value as
UTF32Encoding
;
1237
public UTF32Decoder(
UTF32Encoding
encoding) : base(encoding)
System (1)
sys\system\io\ports\SerialPort.cs (1)
303
if (!(value is ASCIIEncoding || value is UTF8Encoding || value is UnicodeEncoding || value is
UTF32Encoding
||