33 references to GetString
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
ILCompiler.MetadataTransform (1)
src\runtime\src\coreclr\tools\Common\Internal\NativeFormat\NativeFormatReader.String.cs (1)
76value = Encoding.UTF8.GetString(_base + offset, (int)numBytes);
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\CachingMetadataStringDecoder.cs (2)
184return Add(hashCode, Encoding.GetString(bytes, byteCount)); 188return Lookup(Encoding.GetString(bytes, byteCount));
Microsoft.CodeAnalysis (1)
InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
Microsoft.Data.Analysis (1)
DataFrameColumns\ArrowStringDataFrameColumn.cs (1)
262return Encoding.UTF8.GetString(data, bytes.Length);
Microsoft.NET.HostModel (1)
src\runtime\src\coreclr\tools\Common\MachO\BinaryFormat\NameBuffer.cs (1)
55return System.Text.Encoding.UTF8.GetString(bytePtr, length);
Microsoft.Private.Windows.Core (1)
src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Text\EncodingExtensions.cs (1)
44return encoding.GetString(sourcePointer, source.Length);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
413text = Encoding.UTF8.GetString(bytes, utf8Bytes.Length);
System.Net.Quic (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs (2)
72return Encoding.UTF8.GetString(bufStack, bytesNeeded); 98return Encoding.UTF8.GetString(buf, bytesNeeded);
System\Net\Quic\QuicListener.cs (1)
346SslClientHelloInfo clientHello = new SslClientHelloInfo(data.Info->ServerNameLength > 0 ? Encoding.UTF8.GetString((byte*)data.Info->ServerName, data.Info->ServerNameLength) : "", SslProtocols.Tls13);
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs (2)
72return Encoding.UTF8.GetString(bufStack, bytesNeeded); 98return Encoding.UTF8.GetString(buf, bytesNeeded);
System.Private.CoreLib (7)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
625string modulePath = System.Text.Encoding.UTF8.GetString(pModuleNameUtf8, numUtf8Chars);
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (2)
288return Encoding.UTF8.GetString(pModuleName, string.strlen(pModuleName)); 386string entryPointName = Encoding.UTF8.GetString(methodName, string.strlen(methodName));
src\runtime\src\coreclr\tools\Common\Internal\NativeFormat\NativeFormatReader.String.cs (1)
76value = Encoding.UTF8.GetString(_base + offset, (int)numBytes);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.Variables.Unix.cs (1)
162key = Encoding.UTF8.GetString(entry, checked((int)(splitpoint - entry)));
System\AppContext.NativeAot.cs (2)
20Encoding.UTF8.GetString(keys[i], string.strlen(keys[i])), 21Encoding.UTF8.GetString(values[i], string.strlen(values[i])));
System.Private.Reflection.Execution (1)
src\runtime\src\coreclr\tools\Common\Internal\NativeFormat\NativeFormatReader.String.cs (1)
76value = Encoding.UTF8.GetString(_base + offset, (int)numBytes);
System.Private.TypeLoader (1)
src\runtime\src\coreclr\tools\Common\Internal\NativeFormat\NativeFormatReader.String.cs (1)
76value = Encoding.UTF8.GetString(_base + offset, (int)numBytes);
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\MemoryBlock.cs (2)
275return Encoding.Unicode.GetString(ptr, byteCount); 282return Encoding.UTF8.GetString(Pointer + offset, byteCount);
System\Reflection\Metadata\MetadataStringDecoder.cs (1)
72return Encoding.GetString(bytes, byteCount);
System.Text.Encoding.CodePages (1)
System\Text\EncodingNLS.cs (1)
289return GetString(pBytes + index, count);
System.Text.RegularExpressions.Generator (1)
src\runtime\src\libraries\Common\src\Polyfills\EncodingPolyfills.cs (1)
56return encoding.GetString(bytesPtr, bytes.Length);