42 references to UTF32
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Microsoft.AspNetCore.HttpLogging.Tests (2)
Microsoft.AspNetCore.Mvc.Core.Test (6)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.WebUtilities.Tests (1)
Microsoft.Build.Tasks.UnitTests (1)
Microsoft.CodeAnalysis.CodeStyle (5)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.UnitTests (9)
SolutionTests\SolutionTests.cs (9)
1106loader: TextLoader.From(TextAndVersion.Create(SourceText.From("class NewD1;", Encoding.UTF32, SourceHashAlgorithm.Sha256), VersionStamp.Create(), filePath: Path.Combine(s_projectDir, "newD1.cs"))),
1125loader: TextLoader.From(TextAndVersion.Create(SourceText.From("new text1", Encoding.UTF32, SourceHashAlgorithm.Sha256), VersionStamp.Create(), filePath: Path.Combine(s_projectDir, "newD1.cs"))),
1144loader: TextLoader.From(TextAndVersion.Create(SourceText.From("#new empty1", Encoding.UTF32, SourceHashAlgorithm.Sha256), VersionStamp.Create(), filePath: Path.Combine(s_projectDir, "newD1.cs"))),
1235Assert.Same(Encoding.UTF32, newText1.Encoding);
1256Assert.Same(Encoding.UTF32, newAddText1.Encoding);
1277Assert.Same(Encoding.UTF32, newConfigText1.Encoding);
3999var doc = ws.AddDocument(proj.Id, "a.cs", SourceText.From("public class c { }", Encoding.UTF32));
4001Assert.Equal(Encoding.UTF32, doc.GetTextAsync().Result.Encoding);
4008Assert.Equal(Encoding.UTF32, newDoc.GetTextAsync().Result.Encoding);
System.Net.Http (2)
System.Net.Mail (1)
System.Net.WebClient (1)
System.Private.CoreLib (2)