8 references to ConvertFromUtf32
Microsoft.AspNetCore.Mvc.Core.Test (2)
FileResultHelperTest.cs (2)
198data.Add(char.ConvertFromUtf32(i), $"attachment; filename=_; filename*=UTF-8''%{i:X2}"); 201data.Add(char.ConvertFromUtf32(127), $"attachment; filename=_; filename*=UTF-8''%7F");
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\Utf8BufferTextWriterTests.cs (2)
123var fourCircles = char.ConvertFromUtf32(0x1F01C); 152var fourCircles = char.ConvertFromUtf32(0x1F01C);
Microsoft.CodeAnalysis (1)
MetadataReference\AssemblyIdentity.DisplayName.cs (1)
880sb.Append(char.ConvertFromUtf32(codepoint));
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
InheritanceMargin\InheritanceMarginViewModelTests.vb (1)
124Dim leftToRightMarker = Char.ConvertFromUtf32(&H200E)
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
260unicodeString = char.ConvertFromUtf32(codePointValue);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (1)
724string strTemp = char.ConvertFromUtf32(n);