24 references to WriteUTF8
ILAssembler (4)
GrammarVisitor.cs (4)
882blob.WriteUTF8(VisitCompQstring(str).Value); 889blob.WriteUTF8((name as EntityRegistry.IHasReflectionNotation)?.ReflectionNotation ?? ""); 1545value.WriteUTF8(VisitCompQstring(str).Value); 1574value.WriteUTF8(VisitCompQstring(str).Value);
Microsoft.CodeAnalysis (7)
PEWriter\MetadataWriter.PortablePdb.cs (5)
570builder.WriteUTF8(str); 939builder.WriteUTF8(key); 941builder.WriteUTF8(value); 977builder.WriteUTF8(fileName); 984builder.WriteUTF8(string.Join(",", pair.Aliases.OrderBy(StringComparer.Ordinal)));
src\roslyn\src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (2)
186builder.WriteUTF8(name); 197builder.WriteUTF8(info.LocalName);
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (2)
5006builder.WriteUTF8(key); 5008builder.WriteUTF8(value);
Utilities\InterceptableLocation.cs (1)
107builder.WriteUTF8(displayFileName);
Microsoft.CodeAnalysis.Features (2)
src\roslyn\src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (2)
186builder.WriteUTF8(name); 197builder.WriteUTF8(info.LocalName);
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\VisualBasicCompilation.vb (2)
793builder.WriteUTF8(key) 795builder.WriteUTF8(value)
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\EcmaMetadata_1.cs (1)
219builder.WriteUTF8(value);
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataBuilder.cs (1)
56builder.WriteUTF8(metadataVersion);
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (2)
302builder.WriteUTF8(value, allowUnpairedSurrogates); 565heapBuilder.WriteUTF8(entry.Key, allowUnpairedSurrogates: false);
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (2)
158builder.WriteUTF8(pdbPath, allowUnpairedSurrogates: true); 207builder.WriteUTF8(algorithmName, allowUnpairedSurrogates: true);