1 instantiation of UTF32Decoder
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (1)
1060return new UTF32Decoder(this);
4 references to UTF32Decoder
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (4)
691UTF32Decoder? decoder = (UTF32Decoder?)baseDecoder; 836UTF32Decoder? decoder = (UTF32Decoder?)baseDecoder;