1 write to s_lazyUtf8
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs (1)
286
s_lazyUtf8
??= new UTF8Encoding(encoderShouldEmitUTF8Identifier: false, throwOnInvalidBytes: true);
1 reference to s_lazyUtf8
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs (1)
289
result =
s_lazyUtf8
.GetBytes(s);