4 references to ConvertFromUtf32
Microsoft.CodeAnalysis (1)
MetadataReference\AssemblyIdentity.DisplayName.cs (1)
881sb.Append(char.ConvertFromUtf32(codepoint));
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ParserHelpers.cs (1)
148replacement = char.ConvertFromUtf32(codePoint);
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
260unicodeString = char.ConvertFromUtf32(codePointValue);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (1)
868string strTemp = char.ConvertFromUtf32(n);